-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 853 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 853 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
33
34
{
"name": "faust-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"generate": "faust generatePossibleTypes",
"start": "next start",
"lint": "next lint",
"wp-dev": "npx @wp-now/wp-now start --blueprint faust-tutorial-blueprint.json"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@faustwp/blocks": "^6.1.3",
"@faustwp/cli": "^3.2.4",
"@faustwp/core": "^3.2.4",
"graphql": "^16.11.0",
"next": "^15.5.2",
"next-secure-headers": "^2.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"eslint": "^9.32.0",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"overrides": {
"@babel/runtime": "^7.26.10"
}
}