-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 961 Bytes
/
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
{
"name": "blog-posts",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "/blog-posts",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write ."
},
"dependencies": {
"@ant-design/pro-layout": "^7.21",
"@ant-design/pro-table": "^3.18",
"antd": "^5.22",
"axios": "^1.7.7",
"mobx": "^6.13",
"mobx-react-lite": "^4.0",
"react": "^18.3",
"react-dom": "^18.3",
"react-router-dom": "^6.28"
},
"devDependencies": {
"@eslint/js": "^9.15",
"@types/node": "^22.9",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"@vitejs/plugin-react-swc": "^3.5",
"eslint": "^9.15",
"eslint-plugin-react-hooks": "^5.0",
"eslint-plugin-react-refresh": "^0.4",
"globals": "^15.12",
"prettier": "^3.3",
"typescript": "^5.6",
"typescript-eslint": "^8.14",
"sass": "^1.81",
"sass-loader": "^16.0",
"vite": "^5.4"
}
}