vue3sandbox/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2024-12-09 06:54:32 +00:00
{
"name": "vue3-tsx-demo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@codesandbox/sandpack-themes": "^2.0.21",
"@vicons/ionicons5": "^0.12.0",
"@vueuse/core": "^12.0.0",
"axios": "^1.7.9",
2024-12-09 06:54:32 +00:00
"naive-ui": "^2.40.3",
"pinia": "^2.2.6",
"sandpack-vue3": "^3.1.12",
"vue": "^3.5.13",
"vue-hooks-plus": "^2.2.1",
2024-12-09 06:54:32 +00:00
"vue-router": "^4.4.5"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue-hooks-plus/resolvers": "^1.2.5",
2024-12-09 06:54:32 +00:00
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.30.0",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"sass": "^1.82.0",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vite-plugin-vue-devtools": "^7.6.5",
"vue-tsc": "^2.1.10"
}
}