38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@vitesse/template",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 3333 --open",
|
|
"build": "cross-env NODE_ENV=production vite build"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^2.0.0-rc.1",
|
|
"@vueuse/core": "^4.0.0-beta.24",
|
|
"vue": "^3.0.1",
|
|
"vue-i18n": "9.0.0-beta.6",
|
|
"vue-router": "^4.0.0-beta.13"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config-vue": "^0.3.4",
|
|
"@iconify/json": "^1.1.244",
|
|
"@purge-icons/generated": "^0.4.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.1",
|
|
"@vuedx/typescript-plugin-vue": "^0.2.3",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.11.0",
|
|
"pnpm": "^5.9.3",
|
|
"tailwindcss": "^1.9.5",
|
|
"typescript": "^4.0.3",
|
|
"vite": "npm:@knightly/vite",
|
|
"vite-plugin-components": "^0.2.13",
|
|
"vite-plugin-purge-icons": "^0.4.4",
|
|
"vite-plugin-voie": "^0.4.0",
|
|
"voie-pages": "^0.4.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config-vue"
|
|
}
|
|
}
|