-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.38 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.38 KB
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
40
41
42
43
44
45
46
{
"name": "pizza-material-app",
"private": true,
"version": "0.0.1",
"description": "Just a sample pizza place app made with AngularJS",
"repository": "",
"license": "MIT",
"dependencies": {
"@uirouter/angularjs": "^1.0.4",
"angular": "1.5.X",
"angular-animate": "1.5.X",
"angular-aria": "1.5.X",
"angular-gravatar": "^0.4.2",
"angular-material": "^1.1.4",
"angular-messages": "1.5.X",
"angular-resource": "^1.5.11",
"angular-route": "^1.5.11"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-google": "^0.8.0",
"jspm": "^0.16.46",
"live-server": "^0.9.2",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-includepaths": "^0.2.2",
"rollup-plugin-livereload": "^0.4.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-serve": "^0.3.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0"
},
"scripts": {
"build": "rollup -c rollup.config.js --watch",
"prod": "rollup -c rollup.config.prod.js",
"firebase": "firebase deploy"
}
}