-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 Bytes
/
package.json
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
37
{
"name": "@faustwp/getting-started-example",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "faust dev",
"build": "faust build",
"generate": "faust generatePossibleTypes",
"stylesheet": "faust generateGlobalStylesheet",
"start": "faust start"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@faustwp/cli": "^3.0.0",
"@faustwp/core": "^3.0.0",
"@wordpress/base-styles": "^4.36.0",
"@wordpress/block-library": "^7.19.0",
"classnames": "^2.3.1",
"dayjs": "^1.11.10",
"graphql": "^16.6.0",
"next": "^12.1.6",
"next-plausible": "^3.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.54.9"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"next-secure-headers": "^2.2.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}