-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 857 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
{
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@master/css": "2.0.0-beta.101",
"@master/css.vite": "2.0.0-beta.101",
"@master/keyframes.css": "2.0.0-beta.101",
"@master/normal.css": "2.0.0-beta.101",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-core": "^3.2.45",
"@vueuse/core": "^9.10.0",
"@vueuse/head": "^1.0.22",
"axios": "^1.2.2",
"hybridly": "^0.0.1-alpha.16",
"laravel-vite-plugin": "^0.7.3",
"typescript": "^4.9.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-run": "^0.2.1",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2"
}
}