-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
45
46
47
48
49
{
"name": "@faustwp/getting-started-example",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "faust dev",
"predev": "node functions/preBuildDev.js",
"build": "faust build",
"prebuild": "node functions/preBuildDev.js",
"generate": "faust generatePossibleTypes",
"stylesheet": "faust generateGlobalStylesheet",
"start": "faust start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@faustwp/cli": "^3.0.1",
"@faustwp/core": "^3.0.1",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.3",
"@tailwindcss/forms": "^0.5.3",
"@wordpress/base-styles": "^4.36.0",
"@wordpress/block-library": "^7.19.0",
"autoprefixer": "^10.4.12",
"classnames": "^2.3.1",
"clsx": "^2.1.0",
"dayjs": "^1.11.11",
"graphql": "^16.6.0",
"html-react-parser": "^5.1.10",
"next": "^14.0.4",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.9",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sharp": "0.33.1"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}