-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "salam",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fireworks-js/react": "^2.10.8",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"axios": "^1.7.9",
"codemirror": "^5.65.18",
"crelt": "^1.0.6",
"fireworks-js": "^2.10.8",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
"motion": "^12.0.6",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-codemirror2": "^8.0.0",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-i18next": "^15.4.0",
"react-loading-indicators": "^1.0.0",
"react-rnd": "^10.4.14",
"react-router-dom": "^7.0.2",
"react-toastify": "^11.0.2",
"react-tooltip": "^5.28.0",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.6"
}
}