-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 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
37
38
39
{
"name": "geneticViz3D",
"version": "0.0.1",
"description": "a-frame genetic visualization in 3D",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server ./src/index.js --port 8000",
"build": "webpack --config webpack.config.prod.js",
"start": "node server.js"
},
"keywords": [
"a-frame",
"vr",
"genetic",
"23andme",
"3D"
],
"author": "exactly.allan@gmail.com",
"license": "ISC",
"devDependencies": {
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"aframe": "^0.6.1",
"aframe-animation-component": "^3.2.5",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.3",
"papaparse": "^4.3.6",
"sass-loader": "^6.0.6"
}
}