xi-create 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xi-create",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "一个用于创建项目的命令行工具",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./bin/xi-create.js",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"registry": "https://registry.npmjs.org/"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"chalk": "^
|
|
35
|
+
"chalk": "^6.0.0",
|
|
36
36
|
"commander": "^15.0.0",
|
|
37
|
-
"fs-extra": "^11.
|
|
37
|
+
"fs-extra": "^11.4.0",
|
|
38
38
|
"inquirer": "^14.0.2",
|
|
39
|
-
"ora": "^9.4.
|
|
39
|
+
"ora": "^9.4.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@types/node": "^
|
|
42
|
+
"@types/node": "^26.1.2"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -11,57 +11,57 @@
|
|
|
11
11
|
"preinstall": "npx only-allow pnpm"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@tailwindcss/vite": "^4.3.
|
|
14
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
15
15
|
"@xiping/react-components": "^1.0.92",
|
|
16
|
-
"@zumer/snapdom": "^2.12.
|
|
16
|
+
"@zumer/snapdom": "^2.12.9",
|
|
17
17
|
"ahooks": "^3.9.7",
|
|
18
|
-
"axios": "^1.
|
|
18
|
+
"axios": "^1.18.1",
|
|
19
19
|
"clsx": "^2.1.1",
|
|
20
20
|
"dayjs": "^1.11.21",
|
|
21
21
|
"disable-devtool": "^0.3.9",
|
|
22
22
|
"file-saver": "^2.0.5",
|
|
23
23
|
"lodash-es": "^4.18.1",
|
|
24
|
-
"lucide-react": "^1.
|
|
25
|
-
"motion": "^12.
|
|
24
|
+
"lucide-react": "^1.22.0",
|
|
25
|
+
"motion": "^12.42.0",
|
|
26
26
|
"react": "^19.2.7",
|
|
27
27
|
"react-device-detect": "^2.2.3",
|
|
28
28
|
"react-dom": "^19.2.7",
|
|
29
29
|
"react-dropzone": "^15.0.0",
|
|
30
30
|
"react-hot-toast": "^2.6.0",
|
|
31
|
-
"react-router-dom": "^7.
|
|
31
|
+
"react-router-dom": "^7.18.1",
|
|
32
32
|
"zustand": "^5.0.14"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@eslint/js": "^10.0.1",
|
|
36
36
|
"@types/file-saver": "^2.0.7",
|
|
37
37
|
"@types/lodash-es": "^4.17.12",
|
|
38
|
-
"@types/node": "^
|
|
38
|
+
"@types/node": "^26.0.1",
|
|
39
39
|
"@types/react": "^19.2.17",
|
|
40
40
|
"@types/react-dom": "^19.2.3",
|
|
41
|
-
"@vitejs/plugin-react": "^6.0.
|
|
41
|
+
"@vitejs/plugin-react": "^6.0.3",
|
|
42
42
|
"@xiping/vite-version": "^1.0.92",
|
|
43
|
-
"autoprefixer": "^10.5.
|
|
44
|
-
"eslint": "^10.
|
|
43
|
+
"autoprefixer": "^10.5.2",
|
|
44
|
+
"eslint": "^10.6.0",
|
|
45
45
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
46
|
-
"eslint-plugin-react-refresh": "^0.5.
|
|
47
|
-
"globals": "^17.
|
|
48
|
-
"less": "^4.6.
|
|
46
|
+
"eslint-plugin-react-refresh": "^0.5.3",
|
|
47
|
+
"globals": "^17.7.0",
|
|
48
|
+
"less": "^4.6.7",
|
|
49
49
|
"only-allow": "^1.2.2",
|
|
50
|
-
"postcss": "^8.5.
|
|
51
|
-
"prettier": "^3.
|
|
52
|
-
"sharp": "^0.35.
|
|
50
|
+
"postcss": "^8.5.16",
|
|
51
|
+
"prettier": "^3.9.4",
|
|
52
|
+
"sharp": "^0.35.2",
|
|
53
53
|
"svgo": "^4.0.1",
|
|
54
54
|
"tailwind-scrollbar": "^4.0.2",
|
|
55
|
-
"tailwindcss": "^4.3.
|
|
55
|
+
"tailwindcss": "^4.3.2",
|
|
56
56
|
"tailwindcss-safe-area": "^1.3.0",
|
|
57
57
|
"typescript": "^6.0.3",
|
|
58
|
-
"typescript-eslint": "^8.
|
|
59
|
-
"vite": "^8.0
|
|
58
|
+
"typescript-eslint": "^8.62.1",
|
|
59
|
+
"vite": "^8.1.0",
|
|
60
60
|
"vite-plugin-image-optimizer": "^2.0.3",
|
|
61
61
|
"vite-plugin-pwa": "^1.3.0",
|
|
62
62
|
"vite-plugin-zip-pack": "^1.2.4"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
65
|
+
"node": ">=24"
|
|
66
66
|
}
|
|
67
67
|
}
|