|
4 | 4 | "scripts": {
|
5 | 5 | "predev": "node node_modules/esbuild/install.js",
|
6 | 6 | "dev": "yarn predev && vite",
|
7 |
| - "site": "yarn predev && vite build --base=https://surely.cool/", |
| 7 | + "site": "yarn predev && vite build --base=https://www.surely.cool/", |
8 | 8 | "pub:site": "npm run site && node scripts/pushToOSS.js",
|
9 | 9 | "lint": "eslint -c ./.eslintrc.js --fix --ext .jsx,.vue,.ts,.tsx ./src",
|
10 | 10 | "tsc": "tsc --noEmit"
|
|
30 | 30 | "dist/*",
|
31 | 31 | "*.less"
|
32 | 32 | ],
|
33 |
| - "peerDependencies": { |
34 |
| - "ant-design-vue": "^2.0.0", |
35 |
| - "vue": "3.2.20" |
36 |
| - }, |
37 | 33 | "dependencies": {
|
38 | 34 | "@ant-design/icons-vue": "^6.0.1",
|
39 | 35 | "ant-design-vue": "^2.0.0",
|
40 | 36 | "dayjs": "^1.10.7",
|
41 | 37 | "lodash-es": "^4.17.21",
|
42 | 38 | "resize-observer-polyfill": "^1.5.1",
|
43 |
| - "vue": "3.2.20" |
| 39 | + "vue": "^3.2.20" |
44 | 40 | },
|
45 | 41 | "devDependencies": {
|
46 | 42 | "@babel/core": "^7.12.10",
|
|
64 | 60 | "@typescript-eslint/parser": "^4.13.0",
|
65 | 61 | "@vitejs/plugin-vue": "^1.0.5",
|
66 | 62 | "@vitejs/plugin-vue-jsx": "^1.1.5",
|
67 |
| - "@vue/compiler-sfc": "3.2.20", |
| 63 | + "@vue/compiler-sfc": "^3.2.20", |
68 | 64 | "@vue/eslint-config-prettier": "^6.0.0",
|
69 | 65 | "@vue/eslint-config-typescript": "^7.0.0",
|
70 | 66 | "ali-oss": "^6.13.2",
|
|
0 commit comments