-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 712 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 712 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
{
"name": "angular1-lazy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/grunt serve",
"webpack": "./node_modules/.bin/grunt webpack",
"serve:local": "webpack-dev-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"oclazyload": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-serve": "^0.1.6",
"grunt-webpack": "^3.1.3",
"load-grunt-tasks": "^4.0.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
}
}