-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
87 lines (87 loc) · 2.26 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "pmtools_2.0",
"version": "2.5.7",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.6.3",
"@mui/system": "^5.15.6",
"@mui/x-data-grid": "^6.0.0",
"@react-three/drei": "^8.20.2",
"@react-three/fiber": "^7.0.26",
"@reduxjs/toolkit": "^1.7.1",
"@rive-app/react-canvas": "^3.0.24",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@turf/turf": "^6.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"@types/numeric": "^1.2.2",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"axios": "^0.25.0",
"deep-equal": "^2.0.5",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.4",
"import-js": "^5.0.0",
"numeric": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-dropzone": "^12.0.4",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.18.6",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-selecto": "^1.13.2",
"react-zoom-pan-pinch": "^2.1.3",
"selecto": "^1.13.2",
"sqlite3": "^5.1.6",
"three": "^0.139.2",
"typescript": "^4.5.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.17.5"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/three": "^0.139.0",
"@types/uuid": "^8.3.4",
"file-loader": "^6.2.0",
"sass": "^1.51.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}