dungdev12reactts 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -2
- package/vite.config.ts +7 -0
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"private": false,
|
4
4
|
"author": "Nguyễn Mai Tuấn Dũng",
|
5
5
|
"description": "React + TypeScript template with husky, lint-staged, commitlint, prettier, eslint, tailwindcss",
|
6
|
-
"version": "2.0.
|
6
|
+
"version": "2.0.1",
|
7
7
|
"type": "module",
|
8
8
|
"license": "MIT",
|
9
9
|
"keywords": [
|
@@ -18,12 +18,16 @@
|
|
18
18
|
"configs",
|
19
19
|
"index.html",
|
20
20
|
"public",
|
21
|
+
"node_modules",
|
22
|
+
"package.json",
|
23
|
+
"package-lock.json",
|
21
24
|
"src",
|
22
25
|
"tailwind.config.js",
|
23
26
|
"postcss.config.js",
|
24
27
|
"tsconfig.json",
|
25
28
|
"tsconfig.app.json",
|
26
|
-
"tsconfig.node.json"
|
29
|
+
"tsconfig.node.json",
|
30
|
+
"vite.config.ts"
|
27
31
|
],
|
28
32
|
"scripts": {
|
29
33
|
"install": "echo 'Config installed successfully!'",
|