-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
41 lines (41 loc) · 1022 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
{
"name": "moss",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/theme-one-dark": "^6.1.0",
"@vueuse/core": "^9.12.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.3.2",
"codemirror": "^6.0.1",
"pinia": "^2.1.4",
"prettier": "^2.8.4",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.2.2",
"vue-request": "^2.0.3",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@arco-design/web-vue": "^2.48.0",
"@vitejs/plugin-vue": "^3.2.0",
"autoprefixer": "^10.4.13",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"naive-ui": "^2.34.3",
"postcss": "^8.4.25",
"tailwindcss": "^3.2.6",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.16.4",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
}
}