-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
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
{
"name": "nmcp-client",
"version": "3.0.11",
"main": "server/app.js",
"private": true,
"repository": "https://github.com/AllenNeuralDynamics/nmcp-search-client",
"author": "Patrick Edson <pedson@leapscientific.com>",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"dev": "node --trace-warnings server/app.js",
"production": "node --trace-warnings dist/app.js"
},
"dependencies": {
"debug": "^4.0.1",
"express": "^5.1.0",
"express-http-proxy": "^2.1.2",
"path-browserify": "^1.0.1",
"webpack": "^5.89.0",
"webpack-dev-server": "^5.2.2"
},
"devDependencies": {
"@apollo/client": "^3.13.8",
"@azure/msal-browser": "^3.16.0",
"@azure/msal-react": "^2.0.18",
"@mantine/core": "^8.3.5",
"@mantine/dates": "^8.3.5",
"@mantine/dropzone": "^8.3.5",
"@mantine/hooks": "^8.3.5",
"@mantine/notifications": "^8.3.5",
"@tabler/icons-react": "^3.34.1",
"@types/apollo-upload-client": "^18.0.0",
"@types/cuid": "^1.3.0",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.8",
"@types/react": "^18.3.27",
"@types/three": "^0.93.10",
"@types/webpack": "^5.28.5",
"apollo-upload-client": "^18.0.1",
"css-loader": "^6.9.1",
"cuid": "^1.3.8",
"file-loader": "^6.2.0",
"lodash-es": "^4.17.21",
"mobx": "^6.15.0",
"mobx-react-lite": "^4.1.1",
"ndb-three-orbit-controls": "^82.1.3",
"neuroglancer": "file:../nmcp-neuroglancer/dist/package",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.9.4",
"style-loader": "^3.3.4",
"svg-inline-loader": "^0.8.2",
"three": "^0.125.2",
"three-obj-loader": "^1.1.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"uuid": "^11.0.3",
"webpack-cli": "^5.1.4"
},
"type": "module"
}