vitesse/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2020-08-10 02:43:04 +08:00
{
"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-11-28 14:14:36 +08:00
"@iconify/iconify": "^2.0.0-rc.2",
"@vueuse/core": "^4.0.0-rc.4",
"vue": "^3.0.3",
"vue-i18n": "9.0.0-beta.8",
2020-12-01 11:36:51 +08:00
"vue-router": "^4.0.0-rc.6"
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-12-01 11:36:51 +08:00
"@iconify/json": "^1.1.266",
2020-10-20 12:25:46 +08:00
"@purge-icons/generated": "^0.4.1",
2020-12-01 11:36:51 +08:00
"@typescript-eslint/eslint-plugin": "^4.9.0",
2020-11-28 14:14:36 +08:00
"@vue/compiler-sfc": "^3.0.3",
2020-09-08 20:42:09 +08:00
"@vuedx/typescript-plugin-vue": "^0.2.3",
2020-11-28 14:14:36 +08:00
"autoprefixer": "^10.0.4",
"cross-env": "^7.0.2",
2020-11-28 14:14:36 +08:00
"eslint": "^7.14.0",
2020-12-01 11:36:51 +08:00
"postcss-nested": "^5.0.1",
2020-11-28 14:14:36 +08:00
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.13",
2020-12-01 11:36:51 +08:00
"vite-plugin-components": "^0.5.0",
"vite-plugin-md": "^0.1.2",
2020-11-28 14:14:36 +08:00
"vite-plugin-purge-icons": "^0.4.5",
2020-12-01 11:36:51 +08:00
"vite-plugin-pwa": "^0.1.7",
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
},
2020-11-28 14:14:36 +08:00
"pnpm": {
"overrides": {
"postcss": "8",
"vue-router": "next"
}
},
2020-08-10 02:43:04 +08:00
"eslintConfig": {
2020-11-28 14:14:36 +08:00
"extends": "@antfu/eslint-config-vue",
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "off"
}
2020-08-10 02:43:04 +08:00
}
}