vitesse/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

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",
"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",
"@vueuse/core": "^4.0.0-beta.10",
"vue": "^3.0.0-rc.10",
"vue-i18n": "9.0.0-alpha.17",
"vue-router": "^4.0.0-beta.9"
2020-08-10 02:43:04 +08:00
},
"devDependencies": {
2020-08-22 00:12:07 +08:00
"@antfu/eslint-config-vue": "^0.3.3",
2020-09-08 20:42:09 +08:00
"@iconify/json": "^1.1.220",
"@purge-icons/generated": "^0.4.0",
2020-09-08 20:42:09 +08:00
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@vue/compiler-sfc": "^3.0.0-rc.10",
"@vuedx/typescript-plugin-vue": "^0.2.3",
"cross-env": "^7.0.2",
2020-09-08 20:42:09 +08:00
"eslint": "^7.8.1",
"pnpm": "^5.5.12",
"tailwindcss": "^1.8.5",
2020-08-10 02:43:04 +08:00
"tailwindcss-dark-mode": "^1.1.6",
"typescript": "^4.0.2",
2020-08-10 13:37:49 +08:00
"vite": "^1.0.0-rc.4",
2020-09-08 20:42:09 +08:00
"vite-plugin-components": "^0.2.13",
"vite-plugin-purge-icons": "^0.4.0",
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
}
}