-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "malfunction",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@types/color": "^3.0.3",
"color": "^4.2.3",
"immer": "^9.0.16",
"konva": "^8.3.14",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-konva": "^18.2.3",
"react-scripts": "5.0.1",
"react-use-measure": "^2.1.1",
"typescript": "^4.9.3",
"zustand": "^4.1.4"
},
"scripts": {
"start": "env-cmd -f ./.env react-scripts start",
"build": "env-cmd -f ./.env react-scripts build",
"test": "env-cmd -f ./.env react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.149",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"env-cmd": "^10.1.0"
}
}