forked from SUSE/Portus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
25
26
27
28
29
30
31
{
"private": true,
"scripts": {
"eslint": "eslint --max-warnings 0 --ext .js .",
"webpack": "webpack --watch --config config/webpack.js"
},
"devDependencies": {
"babel-core": "^6.23.0",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"compression-webpack-plugin": "^0.3.2",
"jquery": "^2.2.1",
"jquery-ujs": "^1.2.1",
"stats-webpack-plugin": "^0.4.3",
"typeahead.js": "^0.11.1",
"webpack": "^2.2.1"
},
"babel": {
"presets": [
"es2015"
]
}
}