-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "mira",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vue-tsc --noEmit && vite build --base=/Mira/",
"serve": "vite preview"
},
"dependencies": {
"dayjs": "^1.11.7",
"marked": "^4.2.5",
"vue": "^3.2.45",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.3.0-beta.14",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@types/marked": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-prettier": "^8.6.0",
"less": "^4.1.3",
"naive-ui": "^2.34.3",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^4.9.4",
"vfonts": "^0.0.3",
"vite": "^4.0.4",
"vue-tsc": "^1.0.24",
"prettier": "^2.8.2"
}
}