-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.37 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
{
"name": "screenario-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.10.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.13.4",
"@tanstack/react-query-devtools": "^5.13.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"classnames": "^2.3.2",
"konva": "^8.3.11",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.5",
"prettier": "^2.8.8",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-custom-roulette": "^1.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-konva": "^18.2.1",
"react-konva-utils": "^0.3.0",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-timer-hook": "^3.0.7",
"react-use-wake-lock": "0.0.18",
"redux": "^4.2.1",
"sass": "^1.54.0",
"ts-pattern": "^5.0.5",
"typescript": "^5.2.2",
"use-debounce": "^10.0.0",
"use-image": "^1.0.12",
"web-vitals": "^2.1.4",
"zod": "^3.22.4"
},
"scripts": {
"install-forced": "npm install --force",
"install-forced-and-build": "npm install --force && npm run build",
"install-ldp-and-build": "npm install --legacy-peer-deps && npm run build",
"start": "DISABLE_ESLINT_PLUGIN=true react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"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": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"husky": "^8.0.1",
"redux-persist": "^6.0.0"
}
}