You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
{
|
|
"name": "vite-ts-tailwind-starter",
|
|
"version": "1.1.2",
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"dev:prod": "vite --mode production",
|
|
"build:test": "vite build --mode development",
|
|
"build:www": "vite build --mode production",
|
|
"start": "yarn dev & wait-on tcp:3000 -v"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"dayjs": "^1.10.4",
|
|
"echarts": "^5.1.1",
|
|
"vue": "~3.0",
|
|
"vue-router": "4",
|
|
"vuex": "~4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "~0.2",
|
|
"@tailwindcss/forms": "~0.3",
|
|
"@tailwindcss/line-clamp": "~0.2",
|
|
"@tailwindcss/typography": "~0.4",
|
|
"@typescript-eslint/eslint-plugin": "~4",
|
|
"@typescript-eslint/parser": "~4",
|
|
"@vitejs/plugin-vue": "~1.2",
|
|
"@vue/compiler-sfc": "~3.0",
|
|
"@vue/eslint-config-standard": "~6.0",
|
|
"@vue/eslint-config-typescript": "~7.0",
|
|
"@vuedx/typecheck": "~0.6",
|
|
"@vuedx/typescript-plugin-vue": "~0.6",
|
|
"autoprefixer": "~10.2",
|
|
"eslint": "~7",
|
|
"eslint-plugin-vue": "~7",
|
|
"postcss": "~8.2",
|
|
"postcss-nesting": "~7.0",
|
|
"tailwindcss": "~2.1",
|
|
"typescript": "~4.2",
|
|
"vite": "~2.1",
|
|
"wait-on": "~5.3"
|
|
}
|
|
}
|
|
|