create-packer 1.30.0 → 1.30.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.30.0",
3
+ "version": "1.30.2",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -1,14 +1,14 @@
1
1
  ## Vite + react18 + Typescript
2
2
 
3
3
  ### Features
4
- - Vite 4.x
5
- - React 18.x
6
- - Typescript 4.x
7
- - react-router 6.x
8
- - Zustand 4.x
9
- - Tailwindcss 3.x
10
- - Jest 28.x
11
- - Eslint
12
- - Prettier
13
- - axios 1.x
14
- - Alias @ to <project_root>/src
4
+
5
+ - Vite
6
+ - React
7
+ - Typescript
8
+ - react-router
9
+ - Zustand
10
+ - styled-components
11
+ - Eslint
12
+ - Prettier
13
+ - axios
14
+ - Alias @ to <project_root>
@@ -15,5 +15,5 @@ export default function Home() {
15
15
  })
16
16
  }, [])
17
17
 
18
- return <Wrapper className={'flex justify-center items-center'}>sdfs</Wrapper>
18
+ return <Wrapper>sdfs</Wrapper>
19
19
  }
@@ -1,13 +1,14 @@
1
1
  ## Vite + Vue3.x + Typescript
2
2
 
3
3
  ### Features
4
- - Vite 4.x
5
- - Vue 3.x
6
- - Typescript 4.x
7
- - vue-router 4.x
8
- - pinia 2.x
9
- - Tailwindcss 3.x
10
- - Eslint
11
- - Prettier
12
- - axios 1.x
13
- - Alias @ to <project_root>/src
4
+
5
+ - Vite
6
+ - Vue
7
+ - Typescript
8
+ - vue-router
9
+ - pinia
10
+ - Tailwindcss
11
+ - Eslint
12
+ - Prettier
13
+ - axios
14
+ - Alias @ to <project_root>
@@ -1,14 +1,14 @@
1
1
  ## Vite + react18 + Typescript
2
2
 
3
3
  ### Features
4
- - Vite 3.x
5
- - React 18.x
6
- - Typescript 4.x
7
- - react-router 6.x
8
- - Zustand 4.x
9
- - Tailwindcss 3.x
10
- - Jest 28.x
11
- - Eslint
12
- - Prettier
13
- - axios 1.x
14
- - Alias @ to <project_root>/src
4
+
5
+ - Vite
6
+ - React
7
+ - Typescript
8
+ - react-router
9
+ - Zustand
10
+ - styled-components
11
+ - Eslint
12
+ - Prettier
13
+ - ky
14
+ - Alias @ to <project_root>
@@ -1,3 +0,0 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
@@ -1,3 +0,0 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;