38 lines
1005 B
JSON
38 lines
1005 B
JSON
{
|
|
"name": "@vitesse/template",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "cross-env NODE_ENV=production vite build"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^2.0.0-beta.6",
|
|
"@vueuse/core": "^4.0.0-beta.6",
|
|
"vue": "^3.0.0-rc.5",
|
|
"vue-i18n": "9.0.0-alpha.13",
|
|
"vue-router": "^4.0.0-beta.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config-vue": "^0.3.2",
|
|
"@iconify/json": "^1.1.208",
|
|
"@purge-icons/generated": "^0.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
|
"@vue/compiler-sfc": "^3.0.0-rc.5",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.7.0",
|
|
"pnpm": "^5.5.2",
|
|
"tailwindcss": "^1.7.1",
|
|
"tailwindcss-dark-mode": "^1.1.6",
|
|
"typescript": "^3.9.7",
|
|
"vite": "^1.0.0-rc.4",
|
|
"vite-plugin-components": "^0.1.0",
|
|
"vite-plugin-purge-icons": "^0.4.0",
|
|
"vite-plugin-voie": "^0.3.0",
|
|
"voie-pages": "^0.3.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "@antfu/eslint-config-vue"
|
|
}
|
|
}
|