forked from magento/pwa-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.59 KB
/
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
39
40
41
42
43
44
45
{
"name": "@magento/pwa-studio",
"private": true,
"author": "Magento Commerce",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/magento-research/pwa-studio",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna --scope '@magento/{pwa-buildpack,peregrine}' exec -- npm run build",
"clean": "lerna --scope '@magento/{pwa-buildpack,peregrine}' exec -- npm run clean",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"danger": "danger-ci",
"lint": "eslint 'packages/**/*.js' --ignore-pattern node_modules",
"postinstall": "lerna bootstrap && npm run build",
"prettier": "prettier --write 'packages/**/*.@(js|css)' '*.js'",
"prettier:check": "prettier --list-different 'packages/**/*.@(js|css)' '*.js'",
"test": "jest",
"test:debug": "node --inspect-brk node_modules/.bin/jest -i --watch",
"test:dev": "jest --watch"
},
"devDependencies": {
"@magento/eslint-config": "^1.0.0",
"babel-eslint": "^8.2.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"coveralls": "^3.0.1",
"danger": "^3.7.18",
"eslint": "^5.2.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-react": "^7.9.1",
"execa": "^0.10.0",
"greenkeeper-lockfile": "^2.4.0",
"jest": "^23.4.0",
"lerna": "^3.0.0-beta.21",
"prettier": "^1.13.5",
"prettier-check": "^2.0.0"
}
}