-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
62 lines (62 loc) · 1.73 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
{
"name": "stochss",
"version": "2.4.12",
"description": "",
"main": "webpack.config.js",
"scripts": {
"watch": "webpack --watch --progress",
"webpack": "webpack",
"build-home": "webpack --config webpack.hub.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stochss/stochss.git"
},
"author": "StochSS Team (bdrawert@unca.edu)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/stochss/stochss/issues"
},
"homepage": "https://github.com/stochss/stochss#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"ampersand-app": "^2.0.0",
"ampersand-collection": "^2.0.2",
"ampersand-events": "^2.0.2",
"ampersand-form-view": "^7.1.0",
"ampersand-input-view": "^7.0.0",
"ampersand-model": "^8.0.1",
"ampersand-rest-collection": "^6.0.0",
"ampersand-router": "^5.0.0",
"ampersand-select-view": "^8.0.0",
"ampersand-state": "^5.0.3",
"ampersand-view": "^10.0.3",
"ampersand-view-switcher": "^3.0.0",
"bootstrap": "^4.3.1",
"domify": "^1.4.0",
"domready": "^1.0.8",
"jquery": "^3.4.1",
"jstree": "^3.3.8",
"katex": "^0.11.0",
"local-links": "^1.4.1",
"plotly.js-dist": "^2.20.0",
"popper.js": "^1.15.0",
"pug": "^2.0.3",
"underscore": "^1.9.1",
"xhr": "^2.5.0"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"express": "^4.17.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"json-server": "^0.15.0",
"pug-loader": "^2.4.0",
"style-loader": "^0.23.1",
"webpack": "^4.32.1",
"webpack-cli": "^3.3.4",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.4.1"
}
}