-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
{
"name": "salam",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/collab": "^6.1.1",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/merge": "^6.8.0",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.1",
"@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",
"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-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"
}
}