|
@@ -1,31 +1,35 @@
|
|
|
{
|
|
|
- "name": "xihua-design",
|
|
|
- "version": "0.0.0",
|
|
|
+ "name": "demo",
|
|
|
"private": true,
|
|
|
+ "version": "0.0.0",
|
|
|
+ "type": "module",
|
|
|
"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"
|
|
|
+ "build": "vue-tsc && vite build",
|
|
|
+ "preview": "vite preview"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@babel/core": "^7.21.4",
|
|
|
+ "@babel/preset-typescript": "^7.21.4",
|
|
|
+ "@linaria/babel-preset": "^4.4.4",
|
|
|
+ "@linaria/core": "^4.2.9",
|
|
|
+ "@linaria/rollup": "^4.3.7",
|
|
|
+ "@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
|
+ "ant-design-vue": "^3.2.19",
|
|
|
+ "less": "^4.1.3",
|
|
|
+ "less-loader": "^11.1.0",
|
|
|
+ "rollup-plugin-css-only": "^4.3.0",
|
|
|
+ "unplugin-vue-components": "^0.24.1",
|
|
|
+ "vite-plugin-windicss": "^1.8.10",
|
|
|
"vue": "^3.2.47",
|
|
|
- "vue-router": "^4.1.6"
|
|
|
+ "vue-router": "^4.1.6",
|
|
|
+ "windicss": "^3.5.6"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@rushstack/eslint-patch": "^1.2.0",
|
|
|
- "@types/node": "^18.14.2",
|
|
|
- "@vitejs/plugin-vue": "^4.0.0",
|
|
|
- "@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
|
- "@vue/eslint-config-typescript": "^11.0.2",
|
|
|
- "@vue/tsconfig": "^0.1.3",
|
|
|
- "eslint": "^8.34.0",
|
|
|
- "eslint-plugin-vue": "^9.9.0",
|
|
|
- "npm-run-all": "^4.1.5",
|
|
|
- "typescript": "~4.8.4",
|
|
|
- "vite": "^4.1.4",
|
|
|
- "vue-tsc": "^1.2.0"
|
|
|
+ "@types/node": "^18.16.1",
|
|
|
+ "@vitejs/plugin-vue": "^4.1.0",
|
|
|
+ "typescript": "^5.0.2",
|
|
|
+ "vite": "^4.3.2",
|
|
|
+ "vue-tsc": "^1.4.2"
|
|
|
}
|
|
|
}
|