This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +279
-718
lines changed Expand file tree Collapse file tree 2 files changed +279
-718
lines changed Original file line number Diff line number Diff line change 12
12
"url" : " https://github.com/WebDevStudios/nextjs-wordpress-example/issues"
13
13
},
14
14
"homepage" : " https://github.com/WebDevStudios/nextjs-wordpress-example/#readme" ,
15
- "scripts" : {
16
- "build" : " next build" ,
17
- "clean" : " rm -rf .next" ,
18
- "dev" : " yarn clean && yarn lint && next dev" ,
19
- "develop" : " yarn dev" ,
20
- "export" : " next export" ,
21
- "lint" : " ./node_modules/.bin/eslint ./ --fix || true" ,
22
- "start" : " next start"
15
+ "engines" : {
16
+ "node" : " >=10"
17
+ },
18
+ "resolutions" : {
19
+ "webpack" : " ^5.0.0-beta.28"
23
20
},
24
21
"dependencies" : {
25
22
"classnames" : " 2.2.6" ,
26
23
"date-fns" : " 2.16.0" ,
27
- "next" : " ^9.5.2 " ,
24
+ "next" : " next@canary " ,
28
25
"react" : " ^16.13.1" ,
29
26
"react-dom" : " ^16.13.1"
30
27
},
43
40
"prop-types" : " ^15.7.2" ,
44
41
"stylelint-config-standard" : " ^20.0.0" ,
45
42
"tailwindcss" : " ^1.7.5"
43
+ },
44
+ "scripts" : {
45
+ "build" : " next build" ,
46
+ "clean" : " rm -rf .next" ,
47
+ "dev" : " yarn clean && yarn lint && next dev" ,
48
+ "develop" : " yarn dev" ,
49
+ "export" : " next export" ,
50
+ "lint" : " ./node_modules/.bin/eslint ./ --fix || true" ,
51
+ "start" : " next start"
46
52
}
47
53
}
You can’t perform that action at this time.
0 commit comments