-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 KB
/
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
38
39
40
41
42
43
44
{
"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.9.11",
"@faustwp/cli": "^3.0.1",
"@faustwp/core": "^3.0.1",
"@wordpress/base-styles": "^4.46.0",
"@wordpress/block-library": "^8.32.0",
"graphql": "^16.8.1",
"next": "^14.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.0",
"eslint": "^9.0.0",
"eslint-config-next": "^14.2.2",
"next-secure-headers": "^2.2.0",
"postcss": "^8.4.38",
"postcss-mixins": "^10.0.0",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.5.6",
"postcss-simple-vars": "^7.0.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}