-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "bswtst",
"version": "0.0.1",
"scripts": {
"watch": "webpack --progress --colors --watch",
"build": "webpack --progress --colors",
"start": "npm run build && http-server -p 3001",
"lint": "eslint . --ext .js --cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zoltan Feher",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"chart.js": "^2.3.0",
"eslint": "^3.5.0",
"eslint-plugin-babel": "^3.3.0",
"http-server": "^0.9.0",
"ng-annotate-loader": "^0.1.1",
"ramda": "^0.22.1",
"raw-loader": "^0.5.1",
"source-map-loader": "^0.1.5",
"webpack": "^1.13.2"
}
}