-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.41 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
{
"private": true,
"scripts": {
"dev": "npm run generate && concurrently \"faust dev\" \"npm run watch-codegen\"",
"build": "faust build",
"generate": "faust generatePossibleTypes",
"start": "faust start",
"codegen": "graphql-codegen",
"watch-codegen": "graphql-codegen -w",
"wc": "graphql-codegen -w",
"tsc": "tsc"
},
"dependencies": {
"@apollo/client": "^3.7.10",
"@faustwp/blocks": "^2.0.0",
"@faustwp/cli": "^1.1.1",
"@faustwp/core": "canary",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.17",
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@tiptap/extension-highlight": "^2.0.4",
"@tiptap/extension-image": "^2.0.4",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/extension-placeholder": "^2.0.4",
"@tiptap/extension-table": "^2.0.4",
"@tiptap/extension-table-cell": "^2.0.4",
"@tiptap/extension-table-header": "^2.0.4",
"@tiptap/extension-table-row": "^2.0.4",
"@tiptap/extension-text-align": "^2.0.4",
"@tiptap/extension-underline": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "18.2.7",
"@types/redux-logger": "^3.0.9",
"@types/redux-persist": "^4.3.1",
"@wordpress/style-engine": "^1.21.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"concurrently": "^8.0.1",
"crypto-hash": "^2.0.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^10.15.0",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"next": "^13.4.19",
"nextjs-progressbar": "^0.0.16",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.3.1",
"react-player": "^2.12.0",
"react-redux": "^8.1.2",
"react-swipeable": "^7.0.0",
"react-use": "^17.4.0",
"react-use-keypress": "^1.3.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"sass": "^1.64.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}