forked from fruitflybrain/neu3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "neu3d",
"version": "1.0.10",
"description": "A npm package for rendering SWC files.",
"main": "./lib/neu3d.min.js",
"types": "./typings/index.d.ts",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"watch": "npx webpack --config webpack.config.js --watch",
"test": "echo \"To see it in action, server HTML server in root after build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fruitflybrain/neu3d.git"
},
"author": "Tingkai Liu, Chungheng Yeh, Nikul Ukani",
"license": "ISC",
"bugs": {
"url": "https://github.com/fruitflybrain/neu3d/issues"
},
"homepage": "https://github.com/fruitflybrain/neu3d#readme",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"bootstrap": "^4.3.1",
"dat.gui": "^0.7.2",
"exports-loader": "^0.7.0",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"popper.js": "^1.14.4",
"stats.js": "^0.17.0",
"three": "^0.93.0"
},
"devDependencies": {
"css-loader": "^0.28.11",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.0"
}
}