forked from gridsome/gridsome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1012 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
38
{
"private": true,
"workspaces": [
"gridsome",
"playground",
"packages/*",
"projects/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"test:unit": "GRIDSOME_TEST=unit jest --runInBand",
"test:e2e": "GRIDSOME_TEST=e2e jest --runInBand",
"test:pnp": "node scripts/pnp-test.js",
"changelog": "node scripts/changelog.js",
"lint": "eslint \"@(gridsome|packages)/**/*.js\""
},
"devDependencies": {
"@lerna/conventional-commits": "^3.22.0",
"babel-eslint": "^10.0.1",
"cheerio": "^1.0.0-rc.2",
"conventional-changelog": "^3.1.21",
"eslint": "^5.2.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "^9.3.0",
"eslint-plugin-vue-libs": "^3.0.0",
"execa": "^6.0.0",
"jest": "^27.4.7",
"lerna": "^3.22.0",
"minimist": "^1.2.0",
"puppeteer": "^13.1.3",
"supertest": "^6.2.2"
},
"engines": {
"node": "^12.13.0 || ^14.0.0 || >=16.0.0",
"yarn": "^1.5.1"
}
}