-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.39 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "acf.wpgraphql.com",
"private": true,
"scripts": {
"dev": "faust dev",
"build": "faust build",
"generate": "faust generatePossibleTypes && faust generateGlobalStylesheet",
"start": "faust start",
"lint": "eslint . --ext js,jsx,ts,tsx",
"lint:fix": "eslint . --ext js,jsx,ts,tsx --fix",
"predev": "npm run generate",
"prebuild": "npm run generate && rm -rf public/sitemap* public/robots.txt",
"postbuild": "next-sitemap"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@apollo/client": "^3.7.7",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@faustwp/blocks": "^4.1.0",
"@faustwp/cli": "3.1.0",
"@faustwp/core": "3.1.0",
"@graphiql/react": "^0.20.2",
"@graphiql/toolkit": "^0.9.1",
"@headlessui/react": "^1.7.13",
"@markdoc/markdoc": "0.1.7",
"@markdoc/next.js": "^0.3.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@sindresorhus/slugify": "^2.1.1",
"@tailwindcss/typography": "^0.5.8",
"@wpengine/atlas-next": "^1.0.0",
"acorn": "^8.8.1",
"algoliasearch": "^4.14.2",
"allotment": "^1.19.3",
"autoprefixer": "^10.4.7",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"crypto-hash": "^2.0.1",
"fast-glob": "^3.2.12",
"flexsearch": "^0.7.31",
"focus-visible": "^5.2.0",
"framer-motion": "7.8.1",
"graphiql": "^3.0.9",
"graphql": "^16.6.0",
"graphql-ws": "^5.14.2",
"highlight.js": "^11.9.0",
"lucide-react": "^0.216.0",
"mdast-util-to-string": "^3.1.0",
"mdx-annotations": "^0.1.1",
"next": "^13.1.6",
"next-sitemap": "^3.1.3",
"next-themes": "^0.2.1",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"recma-nextjs-static-props": "^1.0.0",
"remark-gfm": "^3.0.1",
"simple-functional-loader": "^1.2.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@next/eslint-plugin-next": "^13.5.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5"
}
}