You cannot 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.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "chatgpt-bot",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.12.0",
|
|
"dayjs": "^1.11.7",
|
|
"naive-ui": "^2.34.3",
|
|
"pinia": "^2.0.28",
|
|
"vue": "^3.2.45"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.35.2",
|
|
"@iconify/json": "^2.2.19",
|
|
"@iconify/vue": "^4.1.0",
|
|
"@types/node": "^18.11.12",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"axios": "^1.3.2",
|
|
"eslint": "^8.22.0",
|
|
"less": "^4.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.2.6",
|
|
"typescript": "~4.7.4",
|
|
"unplugin-icons": "^0.15.2",
|
|
"vite": "^4.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^1.0.12"
|
|
}
|
|
}
|