@kunver/new 2.3.1 → 2.3.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
#
|
|
1
|
+
# React + TypeScript + TailwindCSS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<title>
|
|
7
|
+
<title>React + TypeScript + TailwindCSS</title>
|
|
8
8
|
</head>
|
|
9
9
|
<body>
|
|
10
10
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kunver/new",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Opiniated project starter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -13,26 +13,27 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"build": "tsup",
|
|
18
|
+
"start": "bun dist/index.js",
|
|
19
|
+
"prepublishOnly": "bun run build",
|
|
20
|
+
"local": "bun link",
|
|
21
|
+
"manager": "bun manager.cjs bun"
|
|
22
|
+
},
|
|
16
23
|
"keywords": [],
|
|
17
24
|
"author": "Burak Unver <burakhanunver@gmail.com> (https://kunver.dev)",
|
|
18
25
|
"license": "MIT",
|
|
19
26
|
"dependencies": {
|
|
20
|
-
"@inquirer/prompts": "^7.
|
|
27
|
+
"@inquirer/prompts": "^7.8.3",
|
|
21
28
|
"@types/fs-extra": "^11.0.4",
|
|
22
|
-
"chalk": "^5.
|
|
29
|
+
"chalk": "^5.6.0",
|
|
23
30
|
"execa": "^9.6.0",
|
|
24
|
-
"fs-extra": "^11.3.
|
|
31
|
+
"fs-extra": "^11.3.1",
|
|
25
32
|
"ora": "^8.2.0"
|
|
26
33
|
},
|
|
27
34
|
"devDependencies": {
|
|
28
|
-
"@types/node": "^24.0
|
|
29
|
-
"tsup": "^8.
|
|
30
|
-
"typescript": "^5.
|
|
31
|
-
},
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "tsup",
|
|
34
|
-
"start": "pnpm run build && node dist/index.js",
|
|
35
|
-
"local": "pnpm link --global",
|
|
36
|
-
"manager": "node manager.cjs pnpm"
|
|
35
|
+
"@types/node": "^24.3.0",
|
|
36
|
+
"tsup": "^8.5.0",
|
|
37
|
+
"typescript": "^5.9.2"
|
|
37
38
|
}
|
|
38
|
-
}
|
|
39
|
+
}
|