-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.15 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
{
"license": "APACHE-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Yannic92/shoppingList.git"
},
"devDependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-material": "1.1.1",
"angular-messages": "1.5.9",
"angular-resource": "1.5.9",
"angular-route": "1.5.9",
"angular-touch": "1.5.9",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"eslint": "^3.1.1",
"localforage": "^1.4.3",
"ng-annotate-loader": "^0.1.1",
"sw-broadcast-cache-update": "0.0.8",
"sw-routing": "0.0.8",
"sw-runtime-caching": "0.0.8",
"sw-toolbox": "3.4.0",
"uuid": "^3.0.1",
"webpack": "^1.13.2",
"webpack-uglify-js-plugin": "^1.1.9"
},
"scripts": {
"watch": "./node_modules/.bin/webpack --config ./webpack.config.js --watch",
"lint": "./node_modules/.bin/eslint src/main/js",
"webpack": "./node_modules/.bin/webpack --config ./webpack.config.js",
"build": "npm run webpack && npm run lint",
"all": "npm install && npm run build"
}
}