-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 790 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "polymer-starter-kit",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.5.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0",
"html-webpack-plugin": "^2.29.0",
"polymer-webpack-loader": "^2.0.0",
"sw-precache-webpack-plugin": "^0.11.4",
"webpack": "^3.11.0"
},
"scripts": {
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore",
"test": "polymer test",
"test:integration": "polymer build # test that psk builds without error with the CLI"
}
}