-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 878 Bytes
/
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
{
"name": "make-over-monday-spa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch",
"serve": "live-server src --port=8081"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/moment": "^2.13.0",
"angular": "^1.6.0",
"angular-ui-router": "^0.3.2",
"d3": "^4.4.0",
"d3-scale-chromatic": "^1.1.0",
"lodash": "^4.17.2",
"moment": "^2.17.1"
},
"devDependencies": {
"@types/angular": "^1.5.21",
"@types/angular-ui-router": "^1.1.35",
"@types/d3": "^4.4.0",
"@types/d3-scale-chromatic": "^1.0.1",
"@types/lodash": "^4.14.44",
"concurrently": "^3.1.0",
"gulp": "^3.9.1",
"live-server": "^1.1.0",
"ts-loader": "^1.3.1",
"typescript": "^2.1.4",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}