-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "yarn upgrade @wordpress/icons @wordpress/block-library",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@netlify/functions": "^1.4.0",
"@wordpress/icons": "*",
"eslint-config-next": "^13.4.1",
"fathom-client": "^3.5.0",
"ky": "^0.33.3",
"ky-universal": "^0.11.0",
"next": "^13.4.1",
"next-seo": "^6.0.0",
"node-fetch": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"sass": "^1.49.9",
"@wordpress/block-library": "*"
},
"devDependencies": {
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"lodash.set": "^4.3.2"
}
}