forked from invinst/watts-new-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "demo-visualization-cpdb",
"version": "1.0.0",
"description": "This is collection of interactive visualization for project CPDB DataScience",
"scripts": {
"start": "node server",
"postinstall": "node deploy",
"lint": "eslint ./app"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^7.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.7",
"d3": "^4.12.0",
"d3-tip": "^0.7.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"google-maps": "^3.2.1",
"gsap": "^1.20.3",
"http-proxy": "^1.16.2",
"lodash": "^4.17.4",
"moment": "^2.19.4",
"node-sass": "^4.7.2",
"postcss-cli": "^4.1.1",
"postcss-loader": "^2.0.9",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"scrollmagic": "^2.0.5",
"url-loader": "^0.6.2",
"waypoints": "^4.0.1"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-register": "^6.26.0",
"eslint": "^4.13.1",
"gsap": "^1.20.3",
"scrollmagic": "^2.0.5",
"style-loader": "^0.19.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}