-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 978 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
{
"name": "@magento-research/pwa-studio-target-experiments",
"version": "0.0.1",
"private": true,
"description": "Example extensions for PWA Studio",
"workspaces": [
"packages/*"
],
"author": "Magento Commerce",
"scripts": {
"studiolink": "node ./studio-scripts/link.js",
"lint": "eslint --ext .js --ext .json .",
"prettier": "prettier --write '*.js'",
"prettier:check": "prettier-check '*.js'",
"test": "npm run -s prettier:check && npm run -d lint"
},
"license": "(OSL-3.0 OR AFL-3.0)",
"repository": "github:magento-research/pwa-studio-target-experiments",
"devDependencies": {
"@magento/eslint-config": "^1.5.2",
"eslint": "~5.14.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-package-json": "^0.1.1",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-hooks": "^1.6.0",
"prettier": "~1.16.4"
},
"resolutions": {
"minimist": "1.2.5"
}
}