-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.81 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.81 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
{
"name": "collaborative-map",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"model": "wasm-pack build ./model --out-name index && yarn upgrade model"
},
"keywords": [],
"author": "diff3usion",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@fluentui/react": "^8.26.0",
"@pixi/events": "^6.1.0",
"@pixi/interaction": "^6.0.4",
"@pixi/layers": "^1.0.6",
"@zip.js/zip.js": "^2.3.7",
"antd": "^4.16.8",
"lodash": "^4.17.21",
"model": "file:model/pkg",
"pixi.js": "^6.0.4",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.2",
"rxjs": "^7.2.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/antd": "^1.0.0",
"@types/lodash": "^4.14.172",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/zip.js": "^2.0.29",
"babel-loader": "^8.2.2",
"css-loader": "^6.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"image-webpack-loader": "^7.0.1",
"node-sass": "^6.0.1",
"path": "^0.12.7",
"sass-loader": "^12.1.0",
"style-loader": "^3.1.0",
"ts-loader": "^9.2.3",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}