-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "blog-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"ace-builds": "^1.4.13",
"date-fns": "^2.24.0",
"dompurify": "^2.3.3",
"immutable": "^4.0.0-rc.15",
"marked": "^3.0.4",
"nomark-js": "^0.1.11",
"prismjs": "^1.25.0",
"react": "^18.2.0",
"react-ace": "10.1.0",
"react-dom": "^18.2.0",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"typecheck": "tsc"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/dompurify": "^2.3.1",
"@types/marked": "^3.0.1",
"@types/mongodb": "^4.0.7",
"@types/prismjs": "^1.16.6",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"typescript-eslint": "^8.1.0",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=18.0.0"
}
}