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.
94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"name": "n-admin-ui",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.5.1",
|
|
"engines": {
|
|
"node": ">=16.15.1",
|
|
"pnpm": ">=8.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:ssg": "vite-ssg build",
|
|
"dev": "vite --port 3333",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"preview-https": "serve dist",
|
|
"test": "vitest",
|
|
"test:e2e": "cypress open",
|
|
"test:unit": "vitest",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"up": "taze major -I",
|
|
"postinstall": "npx simple-git-hooks && turbo run stub",
|
|
"sizecheck": "npx vite-bundle-visualizer"
|
|
},
|
|
"dependencies": {
|
|
"@unhead/vue": "^1.7.4",
|
|
"@unocss/reset": "^0.55.7",
|
|
"@vueuse/core": "^10.4.1",
|
|
"@vueuse/head": "^2.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-demi": "^0.14.6",
|
|
"vue-i18n": "^9.4.1",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.43.0",
|
|
"@iconify-json/carbon": "^1.1.21",
|
|
"@intlify/unplugin-vue-i18n": "^1.2.0",
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/qs": "^6.9.7",
|
|
"@unocss/eslint-config": "^0.55.7",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue-macros/reactivity-transform": "^0.3.9",
|
|
"@vue-macros/short-vmodel": "^1.2.8",
|
|
"@vue-macros/volar": "^0.14.3",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"critters": "^0.0.20",
|
|
"cross-env": "^7.0.3",
|
|
"cypress": "^13.2.0",
|
|
"cypress-vite": "^1.4.2",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-cypress": "^2.15.1",
|
|
"https-localhost": "^4.7.1",
|
|
"lint-staged": "^14.0.1",
|
|
"markdown-it-link-attributes": "^4.0.1",
|
|
"markdown-it-shiki": "^0.9.0",
|
|
"naive-ui": "^2.34.4",
|
|
"pnpm": "^8.7.6",
|
|
"shiki": "^0.14.4",
|
|
"simple-git-hooks": "^2.9.0",
|
|
"taze": "^0.11.2",
|
|
"typescript": "^5.2.2",
|
|
"unocss": "^0.55.7",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-vue-components": "^0.25.2",
|
|
"unplugin-vue-macros": "^2.5.1",
|
|
"unplugin-vue-markdown": "^0.24.3",
|
|
"vite": "^4.4.9",
|
|
"vite-bundle-visualizer": "^0.10.0",
|
|
"vite-plugin-inspect": "^0.7.38",
|
|
"vite-plugin-pages": "^0.31.0",
|
|
"vite-plugin-pwa": "^0.16.5",
|
|
"vite-plugin-vue-component-preview": "^1.1.6",
|
|
"vite-plugin-vue-devtools": "^1.0.0-rc.4",
|
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
"vite-plugin-webfont-dl": "^3.7.6",
|
|
"vite-ssg": "^0.23.2",
|
|
"vite-ssg-sitemap": "^0.5.1",
|
|
"vitest": "^0.34.4",
|
|
"vue-request": "^2.0.3",
|
|
"vue-tsc": "^1.8.11"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|