-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "myblog",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@types/aos": "^3.0.4",
"@types/highlightjs": "^9.12.2",
"@types/lodash": "^4.14.172",
"@types/marked": "^2.0.4",
"antd": "^4.16.10",
"aos": "^2.3.4",
"axios": "^0.21.1",
"highlightjs": "^9.16.2",
"lodash": "^4.17.21",
"markdown-navbar": "^1.4.3",
"marked": "^2.1.3",
"moment": "^2.29.1",
"react": "^17.0.0",
"react-animated-cursor": "^2.2.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.4",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^9.8.6",
"less": "^4.1.1",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vite-plugin-imp": "^2.0.7"
}
}