-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.43 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "mnb-sample-client",
"version": "1.7.0",
"main": "dist/app.js",
"repository": "https://github.com/MouseLightPipeline/sample-client.git",
"author": "Patrick Edson <pedson@leapscientific.com>",
"license": "SEE LICENSE IN LICENSE",
"dockerRepository": "mouselightdatabrowser",
"dockerImageName": "sample-client",
"scripts": {
"debug": "tsc && node server/app.js",
"express": "node dist/app.js",
"clean": "gulp clean",
"compile": "gulp compile",
"build": "gulp build",
"docker-build": "gulp docker-build",
"docker-release": "gulp release"
},
"devDependencies": {
"@types/apollo-upload-client": "^8.1.1",
"@types/express": "^4.0.35",
"@types/gulp": "4.0.6",
"@types/gulp-shell": "^0.0.30",
"@types/merge-stream": "^1.1.2",
"@types/passport": "^0.3.4",
"@types/passport-http": "^0.3.2",
"@types/rc-slider": "^6.1.2",
"@types/react": "^16.4.18",
"@types/react-autosuggest": "^8.0.1",
"@types/react-datepicker": "^1.1.7",
"@types/react-dom": "^16.0.9",
"@types/react-dropzone": "^0.0.32",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.8",
"@types/react-table": "^6.7.17",
"@types/react-toastify": "^4.0.1",
"@types/webpack": "^4.4.17",
"@types/webpack-dev-server": "^3.1.1",
"apollo-cache-inmemory": "^1.3.6",
"apollo-client": "^2.4.3",
"apollo-link-http": "^1.5.5",
"apollo-upload-client": "^9.1.0",
"css-loader": "^1.0.0",
"del": "^6.0.0",
"file-loader": "^2.0.0",
"global": "^4.3.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"gulp": "^4.0.2",
"gulp-shell": "^0.7.1",
"immutability-helper": "^2.2.2",
"merge-stream": "^2.0.0",
"moment": "^2.18.1",
"rc-slider": "^8.1.2",
"react": "^16.6.0",
"react-apollo": "2.2.4",
"react-autosuggest": "^9.0.1",
"react-datepicker": "^1.7.0",
"react-dom": "^16.6.0",
"react-dropzone": "^3.13.2",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.2",
"react-table": "^6.8.6",
"react-toastify": "^4.4.0",
"semantic-ui-react": "0.83.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.2.2",
"typescript": "^3.8.3",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"debug": "^4.0.1",
"express": "^4.16.2",
"express-http-proxy": "^1.4.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0"
}
}