-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "vidi-storytelling",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"serve": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulinalei/vidi-storytelling.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulinalei/vidi-storytelling/issues"
},
"homepage": "https://github.com/paulinalei/vidi-storytelling#readme",
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"d3": "^5.7.0",
"d3-scale-chromatic": "^1.3.3",
"d3-svg-legend": "^2.25.6",
"dat.gui": "^0.7.5",
"jquery": "^1.12.4",
"semantic-ui": "^2.4.2",
"style-loader": "^0.23.1",
"three.js": "^0.77.1"
}
}