File tree 4 files changed +1270
-1232
lines changed
4 files changed +1270
-1232
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ You can check [demo](https://next-typescript-tailwind-starter.vercel.app/)
9
9
- [ React.js 17] ( https://reactjs.org/blog/2020/10/20/react-v17.html ) - Blog introduce react v17.0.
10
10
- [ Next.js 11] ( https://nextjs.org/blog/next-11 ) - Blog introduce next.js 11.
11
11
- [ Typescript 4] ( https://www.typescriptlang.org/ ) - Documentation of typescript.
12
+ - [ Next PWA 5] ( https://www.npmjs.com/package/next-pwa ) - Documentation of next pwa.
12
13
- [ Tailwind CSS 2] ( https://tailwindcss.com/docs/ ) - Documentation of tailwind css.
13
14
- [ Next PWA 5] ( https://www.npmjs.com/package/next-pwa ) - Documentation of next pwa.
14
15
- [ Docker] ( https://docs.docker.com/ ) - Documentation of Docker.
15
16
- [ Eslint 7] ( https://eslint.org/docs/user-guide/getting-started ) - Documentation of eslint.
16
17
- [ Prettier 2] ( https://prettier.io/docs/en/index.html ) - Documentation of prettier.
17
- - [ Husky 6 ] ( https://typicode.github.io/husky/#/ ) - Documentation of husky.
18
+ - [ Husky 7 ] ( https://typicode.github.io/husky/#/ ) - Documentation of husky.
18
19
- [ Lint Staged 11] ( https://github.com/okonet/lint-staged ) - Documentation of lint staged.
19
20
20
21
## Usage
Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
2
/// <reference types="next/types/global" />
3
3
/// <reference types="next/image-types/global" />
4
+
5
+ // NOTE: This file should not be edited
6
+ // see https://nextjs.org/docs/basic-features/typescript for more information.
Original file line number Diff line number Diff line change 39
39
"postpublish" : " pinst --enable"
40
40
},
41
41
"dependencies" : {
42
- "autoprefixer" : " ^10.2.6 " ,
43
- "next" : " ^11.0.1 " ,
44
- "next-pwa" : " ^5.2.21 " ,
45
- "postcss" : " ^8.3.5 " ,
42
+ "autoprefixer" : " ^10.3.7 " ,
43
+ "next" : " ^11.1.2 " ,
44
+ "next-pwa" : " ^5.3.1 " ,
45
+ "postcss" : " ^8.3.9 " ,
46
46
"react" : " ^17.0.2" ,
47
47
"react-dom" : " ^17.0.2" ,
48
- "tailwindcss" : " ^2.2.4 "
48
+ "tailwindcss" : " ^2.2.16 "
49
49
},
50
50
"devDependencies" : {
51
- "@types/node" : " ^15.12.4 " ,
52
- "@types/react" : " ^17.0.11 " ,
53
- "eslint" : " ^7.29 .0" ,
54
- "eslint-config-next" : " ^11.0.1 " ,
51
+ "@types/node" : " ^16.10.3 " ,
52
+ "@types/react" : " ^17.0.27 " ,
53
+ "eslint" : " 7.32 .0" ,
54
+ "eslint-config-next" : " ^11.1.2 " ,
55
55
"eslint-config-prettier" : " ^8.3.0" ,
56
- "husky" : " ^6 .0.0 " ,
57
- "lint-staged" : " ^11.0.0 " ,
56
+ "husky" : " ^7 .0.2 " ,
57
+ "lint-staged" : " ^11.2.3 " ,
58
58
"pinst" : " ^2.1.6" ,
59
- "prettier" : " ^2.3 .1" ,
60
- "typescript" : " ^4.3.4 "
59
+ "prettier" : " ^2.4 .1" ,
60
+ "typescript" : " ^4.3.5 "
61
61
},
62
62
"engines" : {
63
63
"node" : " >=12.13.0"
You can’t perform that action at this time.
0 commit comments