forked from gridsome/gridsome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"private": true,
"workspaces": [
"gridsome",
"packages/*",
"projects/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"test:unit": "node scripts/test.js",
"test:e2e": "node scripts/test.js --e2e",
"changelog": "node scripts/changelog.js",
"lint": "eslint \"@(gridsome|packages)/**/*.js\""
},
"devDependencies": {
"@lerna/conventional-commits": "^3.4.1",
"babel-eslint": "^10.0.1",
"cheerio": "^1.0.0-rc.2",
"conventional-changelog": "^2.0.3",
"eslint": "^5.2.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "^4.7.1",
"eslint-plugin-vue-libs": "^3.0.0",
"execa": "^1.0.0",
"jest": "^24.1.0",
"lerna": "^3.4.0",
"memfs": "^2.9.4",
"minimist": "^1.2.0",
"puppeteer": "^1.12.2",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=8.3",
"yarn": "^1.5.1"
}
}