-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
67
68
69
{
"name": "reforge",
"private": true,
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx --fix .",
"prettier": "prettier --check \"./**/*.{js,jsx,ts,tsx,css,md,json}\"",
"prettier:fix": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\""
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ant-design/pro-components": "^2.6.4",
"@loadable/component": "^5.15.3",
"@reduxjs/toolkit": "^1.9.5",
"@types/loadable__component": "^5.13.4",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.1",
"antd": "^5.6.4",
"autoprefixer": "^10.4.13",
"axios": "^1.4.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"nprogress": "^0.2.0",
"postcss": "^8.4.25",
"prettier": "^2.8.8",
"react-countup": "^6.4.2",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.16.0",
"redux-persist": "^6.0.0",
"sonner": "^1.5.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.5.4",
"vite": "^4.4.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.4"
},
"keywords": [
"react",
"reactjs",
"admin",
"dashboard",
"ant admin",
"antd admin",
"tailwind admin",
"tailwind template",
"tailwind admin template",
"ant design admin template",
"antd admin template",
"antd starter kit",
"ant design starter kit",
"ant design admin"
]
}