-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.08 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
{
"name": "socketdrawing-app",
"version": "0.1.1",
"private": true,
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.1.3",
"bootstrap-dark-5": "^1.1.3",
"eslint": "^8.56.0",
"framer-motion": "^10.18.0",
"lodash.throttle": "^4.1.1",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.2",
"react-bootstrap-icons": "^1.11.4",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-image-gallery": "^1.3.0",
"react-input-slider": "^6.0.1",
"react-router-dom": "^6.21.2",
"react-screen-wake-lock": "^3.0.2",
"react-scripts": "^5.0.1",
"react-zoom-pan-pinch": "^3.3.0",
"sass": "^1.69.7",
"socket.io-client": "^4.7.4",
"three": "^0.162.0",
"web-vitals": "^3.5.1"
},
"scripts": {
"start": "react-scripts start",
"dev": "nodemon start",
"build": "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/jest": "^29.5.11",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"@types/react-bootstrap": "^0.32.29",
"@types/react-dom": "^18.2.18",
"@types/react-image-gallery": "^1.2.4",
"@types/react-motion": "^0.0.40",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/typescript-estree": "^7.0.0-alpha.0",
"nodemon": "^3.0.2",
"typescript": "^4.5.5"
}
}