-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "admin",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"format": "npx prettier --write ."
},
"dependencies": {
"@mantine/core": "^5.3.0",
"@mantine/dates": "^5.3.0",
"@mantine/dropzone": "^5.3.0",
"@mantine/form": "^5.3.0",
"@mantine/hooks": "^5.3.0",
"@mantine/modals": "^5.3.0",
"@mantine/notifications": "^5.3.0",
"@mantine/prism": "^5.3.0",
"@mantine/spotlight": "^5.3.0",
"@tabler/icons": "^1.95.1",
"@types/node": "^18.8.1",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"firebase": "^9.9.4",
"mantine-datatable": "^1.5.3",
"protobufjs": "^7.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"tabler-icons-react": "^1.54.0",
"xterm": "^4.19.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"zod": "^3.19.0"
},
"devDependencies": {
"@types/long": "^4.0.2",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"openapi-typescript": "^5.4.1",
"prettier": "^2.7.1",
"ts-proto": "^1.125.0",
"typescript": "^4.8.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:3020"
}