-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 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
35
36
{
"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": "wp-env start"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@faustwp/blocks": "^6.1.3",
"@faustwp/cli": "^3.2.4",
"@faustwp/core": "^3.3.6",
"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",
"@wordpress/env": "^10.13.0",
"eslint": "^9.32.0",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"overrides": {
"@babel/runtime": "^7.26.10",
"fast-xml-parser": "^5.3.4"
}
}