generated from NoisyTrumpet/headless-wp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "headless-template",
"version": "1.0",
"private": false,
"scripts": {
"dev": "faust dev",
"build": "faust build",
"lint": "faust lint",
"generate": "faust generatePossibleTypes && npm run codegen",
"clean": "rimraf .next node_modules",
"start": "faust start",
"codegen": "graphql-codegen --config graphql.config.yaml --errors-only",
"format": "prettier --write './**/*.{js,jsx,md,mdx,css,scss,ts,tsx}' '!.next/**' '!out/**' '!possibleTypes.json' '!public/~partytown/**'",
"format:check": "prettier --check './**/*.{js,jsx,md,mdx,css,scss,ts,tsx}'"
},
"dependencies": {
"@apollo/client": "^3.7.11",
"@faustwp/cli": "0.2.7",
"@faustwp/core": "0.2.8",
"@stripe/stripe-js": "^1.52.0",
"@vercel/og": "^0.5.0",
"clsx": "^1.2.1",
"framer-motion": "^10.10.0",
"graphql": "^16.6.0",
"next": "^13.2.4",
"next-seo": "^6.0.0",
"next-sitemap": "^4.0.6",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-inlinesvg": "^3.0.2",
"react-lite-youtube-embed": "^2.3.52",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.7.2",
"react-toastify": "^9.1.2",
"react-wrap-balancer": "^0.4.0",
"stripe": "^11.17.0",
"tailwind-merge": "^1.11.0",
"typescript": "5.0.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@next/bundle-analyzer": "^13.2.4",
"@svgr/webpack": "^7.0.0",
"@tailwindcss/forms": "^0.5.3",
"@types/graphql": "^14.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"apollo": "^2.34.0",
"autoprefixer": "^10.4.14",
"bundlesize": "^0.18.1",
"css-loader": "^6.7.3",
"dotenv-flow": "^3.2.0",
"eslint": "^8.37.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fs": "^0.0.1-security",
"isomorphic-fetch": "^3.0.0",
"mini-css-extract-plugin": "^2.7.5",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"replace": "^1.2.2",
"rimraf": "^4.4.1",
"sass-loader": "^13.2.2",
"sass-resources-loader": "^2.2.5",
"style-loader": "^3.3.2",
"tailwindcss": "^3.3.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "5.0"
}
}