-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.61 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
{
"name": "coding-supporter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@nivo/bar": "^0.87.0",
"@nivo/calendar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@reduxjs/toolkit": "^2.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"chart.js": "^4.4.6",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"nvm": "^0.0.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.2",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.8.1",
"vite-plugin-mkcert": "^1.17.6",
"vite": "^5.0.0",
"styled-components": "^6.1.13",
"swr": "^2.2.5"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"esbuild": "0.21.5",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"rollup": "^4.25.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-musl": "^4.25.0",
"@rollup/rollup-linux-x64-gnu": "^4.25.0"
}
}