-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.32 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": "aosc-website-vue",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@guolao/vue-monaco-editor": "1.5.4",
"@kangc/v-md-editor": "^2.3.18",
"@vitejs/plugin-vue": "5.0.4",
"axios": "1.7.7",
"dayjs": "1.11.13",
"element-plus": "2.8.3",
"highlight.js": "^11.10.0",
"js-yaml": "^4.1.0",
"oh-vue-icons": "1.0.0-rc3",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "4.0.1",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.3",
"v-md-editor": "^1.0.6",
"vite": "^5.1.4",
"vite-plugin-prismjs": "^0.0.11",
"vue": "^3.5.1",
"vue-clipboard3": "^2.0.0",
"vue-router": "4"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-plus": "^2.8.0",
"autoprefixer": "^10.4.18",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.1",
"vue-eslint-parser": "^9.4.3"
}
}