-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "neugfx",
"version": "1.0.0",
"description": "A general purpose npm package for rendering, editing, and interfacing with circuit diagrams built for the FlyBrainLab framework.",
"main": "./lib/neuGFX.min.js",
"types": "./typings/index.d.ts",
"watch": {
"run-build": "{src}/*.js"
},
"scripts": {
"build": "npx webpack --config webpack.config.js",
"run-build": "npm run build",
"watch": "npm-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fruitflybrain/neuGFX.git"
},
"author": "Tingkai Liu, Mehmet Kerem Turkcan, Chung-Heng Yeh, Yiyin Zhou",
"license": "ISC",
"bugs": {
"url": "https://github.com/fruitflybrain/neuGFX/issues"
},
"homepage": "https://github.com/fruitflybrain/neuGFX#readme",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"bootstrap": "^4.1.1",
"d3": "^5.5.0",
"dat.gui": "^0.7.2",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"fuse.js": "^3.2.1",
"izitoast": "^1.3.0",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"mustache": "^2.3.0",
"npm-watch": "^0.3.0",
"plotly": "^1.0.6",
"plotly.js": "^1.39.1",
"plotly.js-dist": "^1.39.1",
"popper.js": "^1.14.3",
"qtip2": "^3.0.3",
"sigma": "^1.2.1",
"stats.js": "^0.17.0",
"svg-pan-zoom": "^3.5.3",
"three": "^0.93.0",
"util": "^0.12.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.11",
"ify-loader": "^1.1.0",
"imports-loader": "^0.8.0",
"process": "^0.11.10",
"style-loader": "^0.21.0",
"transform-loader": "^0.2.4",
"webpack": "^5.72.1",
"webpack-cli": "^3.3.12"
}
}