-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.17 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": "blog-frontend2",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --fix --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"axios": "^1.1.3",
"clipboard": "^2.0.11",
"element-plus": "^2.2.19",
"gitalk": "^1.5.0",
"highlight.js": "^10.0.3",
"intersection-observer": "^0.5.0",
"lodash": "^4.17.5",
"marked": "^0.7.0",
"pinia": "^2.0.21",
"pinia-plugin-persistedstate-2": "^2.0.1",
"register-service-worker": "^1.5.2",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.0.3",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"prettier": "^2.7.1",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "3.2.0",
"vite-plugin-oss": "^1.2.13",
"vite-plugin-pwa": "^0.13.1"
}
}