-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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
{
"name": "bridge-researcher-ui",
"version": "0.0.4",
"description": "The Bridge Study Manager for the Sage Bionetworks Bridge Server",
"main": "index.js",
"engine": "node 10.15.1",
"author": "Bridge Server Team <[email protected]>",
"license": "MIT",
"scripts": {
"clean": "rm -rf app/main**{js,css,txt}",
"clean:all": "rm -rf node_modules/ && npm run clean",
"release": "webpack --config webpack/webpack.config.prod.js",
"dev": "webpack serve --open --config webpack/webpack.config.dev.js",
"test": "./node_modules/.bin/mocha --require @babel/register"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.14.5",
"acorn": ">=8.5.0",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"bluebird": "^3.7.1",
"chai": "^4.3.4",
"chart.js": "^3.6.2",
"ckeditor4": "^4.17.1",
"css-loader": "^6.3.0",
"dns-packet": "^5.3.0",
"dom-autoscroller": "^2.3.1 ",
"dragula": "^3.7.3",
"elliptic": "^6.5.4",
"flatpickr": "^4.6.9",
"fsevents": "^2.3.2",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.3.2",
"ini": "^2.0.0",
"jquery": "^3.6.0",
"kind-of": ">=6.0.3",
"knockout": "^3.4.0",
"knockout-postbox": "^0.6.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.1",
"minimist": ">=1.2.3",
"mocha": "^9.1.2",
"node-sass": "^7.0.1",
"querystringify": ">=2.0.0",
"sass-loader": "^12.4.0",
"serialize-javascript": ">=6.0.0",
"sinon": "^13.0.1",
"source-map-explorer": "^2.5.2",
"sweetalert2": "^11.1.7",
"toastr": "^2.1.2",
"url-parse": "^1.5.3",
"webpack": "^5.57.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.1",
"websocket-extensions": "^0.1.4",
"ws": "^8.2.3"
},
"optionalDependencies": {
"fsevents": "^2.2.1"
}
}