-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 1.17 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
{
"name": "Flywire",
"description": "Example project that depends on neuroglancer.",
"scripts": {
"build-min": "webpack --config ./config/webpack.config.js --env=min",
"build": "webpack --config ./config/webpack.config.js --env=dev",
"build-python": "webpack --config ./config/webpack.config.js --env=python-dev",
"build-python-min": "webpack --config ./config/webpack.config.js --env=python-min",
"dev-server": "webpack-dev-server --config ./config/webpack.config.js",
"dev-server-python": "webpack-dev-server --config ./config/webpack.config.js --env=python-dev"
},
"dependencies": {
"direct-vuex": "^0.7.3",
"json-bigint": "^1.0.0",
"reconnecting-websocket": "^4.4.0",
"simplebar-vue": "^1.4.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"vuex-class-component": "^2.1.1",
"webpack": "^4.25.1"
},
"devDependencies": {
"@types/json-bigint": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"html-webpack-plugin": "^3.2.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "3.4.5",
"webpack-cli": "^3.1.2",
"webpack-dev-server": ">=3.1.11"
}
}