vitesse/package.json

38 lines
1005 B
JSON
Raw Normal View History

2020-08-10 02:43:04 +08:00
{
"name": "@vitesse/template",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build"
2020-08-10 02:43:04 +08:00
},
"dependencies": {
2020-08-15 01:08:58 +08:00
"@iconify/iconify": "^2.0.0-beta.6",
"@vueuse/core": "^4.0.0-beta.6",
2020-08-10 13:37:49 +08:00
"vue": "^3.0.0-rc.5",
"vue-i18n": "9.0.0-alpha.13",
2020-08-10 02:43:04 +08:00
"vue-router": "^4.0.0-beta.6"
},
"devDependencies": {
2020-08-15 00:51:39 +08:00
"@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",
2020-08-10 02:43:04 +08:00
"@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",
2020-08-10 02:43:04 +08:00
"tailwindcss-dark-mode": "^1.1.6",
"typescript": "^3.9.7",
2020-08-10 13:37:49 +08:00
"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"
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
}
}