-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.05 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write"
},
"dependencies": {
"@tanstack/react-query": "^5.45.1",
"@types/event-source-polyfill": "^1.0.5",
"@uiw/react-codemirror": "^4.23.0",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.11.17",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"recharts": "^2.12.7",
"styled-components": "^6.1.11",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@babel/runtime": "^7.11.0",
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.0.0",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@eslint/config-array": "^0.17.0",
"@eslint/object-schema": "^2.1.4",
"@lezer/common": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@uiw/codemirror-theme-dracula": "^4.23.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.5.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.39",
"postcss-styled-syntax": "^0.6.4",
"prettier": "^3.3.2",
"stylelint": "^16.7.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}