File tree Expand file tree Collapse file tree 3 files changed +259
-10
lines changed Expand file tree Collapse file tree 3 files changed +259
-10
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,15 @@ node_modules
4
4
.vscode
5
5
.idea
6
6
assets
7
+ .git
8
+ pages
9
+ .next
7
10
# # Files
8
11
babel.config.json
9
12
tsconfig.json
10
13
rollup.config.js
11
- .git
14
+ next-env.d.ts
15
+ next.config.js
12
16
.gitignore
13
17
.eslintignore
14
18
.eslintrc.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tailwindcss-datepicker" ,
3
- "version" : " 1.3.3 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " A modern React Datepicker using Tailwind CSS 3" ,
5
5
"main" : " dist/index.cjs.js" ,
6
6
"module" : " dist/index.esm.js" ,
49
49
"autoprefixer" : " ^10.4.13" ,
50
50
"dayjs" : " ^1.11.7" ,
51
51
"eslint" : " ^8.29.0" ,
52
+ "eslint-config-next" : " ^13.1.1" ,
52
53
"eslint-config-prettier" : " ^8.5.0" ,
53
54
"eslint-plugin-import" : " ^2.26.0" ,
54
55
"eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments