2020-08-10 02:43:04 +08:00
|
|
|
{
|
|
|
|
"name": "@vitesse/template",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-08-29 06:02:33 +08:00
|
|
|
"dev": "vite --port 3333 --open",
|
2020-08-20 20:45:04 +08:00
|
|
|
"build": "cross-env NODE_ENV=production vite build"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-08 20:42:09 +08:00
|
|
|
"@iconify/iconify": "^2.0.0-rc.1",
|
2020-11-04 14:35:18 +08:00
|
|
|
"@vueuse/core": "^4.0.0-beta.37",
|
2020-10-21 15:14:57 +08:00
|
|
|
"vue": "^3.0.2",
|
2020-10-20 12:25:46 +08:00
|
|
|
"vue-i18n": "9.0.0-beta.6",
|
2020-10-25 06:46:56 +08:00
|
|
|
"vue-router": "^4.0.0-rc.1"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-21 15:14:57 +08:00
|
|
|
"@antfu/eslint-config-vue": "^0.4.3",
|
2020-11-04 14:35:18 +08:00
|
|
|
"@iconify/json": "^1.1.251",
|
2020-10-20 12:25:46 +08:00
|
|
|
"@purge-icons/generated": "^0.4.1",
|
2020-11-04 14:35:18 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
2020-10-21 15:14:57 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.2",
|
2020-09-08 20:42:09 +08:00
|
|
|
"@vuedx/typescript-plugin-vue": "^0.2.3",
|
2020-08-20 20:45:04 +08:00
|
|
|
"cross-env": "^7.0.2",
|
2020-10-28 18:05:02 +08:00
|
|
|
"eslint": "^7.12.1",
|
2020-10-25 06:46:56 +08:00
|
|
|
"tailwindcss": "^1.9.6",
|
2020-10-27 10:15:11 +08:00
|
|
|
"typescript": "^4.0.5",
|
2020-11-04 14:35:18 +08:00
|
|
|
"vite": "^1.0.0-rc.9",
|
|
|
|
"vite-plugin-components": "^0.3.0",
|
2020-10-20 12:25:46 +08:00
|
|
|
"vite-plugin-purge-icons": "^0.4.4",
|
2020-11-04 14:35:18 +08:00
|
|
|
"vite-plugin-pwa": "^0.1.5",
|
2020-09-08 20:42:09 +08:00
|
|
|
"vite-plugin-voie": "^0.4.0",
|
|
|
|
"voie-pages": "^0.4.0"
|
2020-08-10 02:43:04 +08:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2020-08-20 16:04:00 +08:00
|
|
|
"extends": "@antfu/eslint-config-vue"
|
2020-08-10 02:43:04 +08:00
|
|
|
}
|
|
|
|
}
|