This repository was archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 KB
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
{
"name": "studyforcode",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "cross-env GENERATE_SOURCEMAP=false vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@types/styled-components": "^5.1.34",
"highlight.js": "^11.9.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-textarea-autosize": "^8.5.3",
"stompjs": "^2.3.3"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"@stomp/stompjs": "^7.0.0",
"@table-library/react-table-library": "^4.1.7",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.17.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"ace-builds": "^1.34.2",
"axios": "^1.7.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"msw": "^2.3.1",
"prettier": "^3.3.0",
"react-ace": "^11.0.1",
"react-cookie": "^7.1.4",
"react-intersection-observer": "^9.10.3",
"react-router-dom": "^6.23.1",
"recoil": "^0.7.7",
"socket.io-client": "^4.7.5",
"sockjs-client": "^1.6.1",
"styled-components": "^6.1.11",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"msw": {
"workerDirectory": "public"
}
}