-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.64 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
64
{
"name": "physika-web",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --mode development",
"build:debug": "webpack --display-modules",
"build:release": "webpack --mode production",
"start": "webpack-dev-server",
"commit": "git cz",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/preset-react": "^7.9.4",
"ajax": "0.0.4",
"antd": "^4.5.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"core-js": "^2.4.0",
"css-loader": "^2.1.1",
"dexie": "^3.0.3",
"ejs": "^3.0.2",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-generator": "^4.16.1",
"fs": "0.0.1-security",
"glyphicons": "^0.2.0",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"jsdom": "^16.2.2",
"jszip": "^3.5.0",
"kw-web-suite": "^9.0.0",
"light-viz": "^1.18.1",
"lodash": "^4.17.15",
"module": "^1.2.5",
"monologue.js": "^0.3.5",
"mout": "^1.2.2",
"multer": "^1.4.2",
"normalize.css": "^8.0.1",
"paraviewweb": "^3.2.12",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"pvw-visualizer": "^3.2.0",
"react": "^16.13.1",
"react-bootstrap": "^1.2.2",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-router-dom": "^5.2.0",
"vtk.js": "^13.15.0",
"webpack": "^4.43.0",
"ws": "^7.4.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0"
}
}