forked from payloadcms/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.98 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
{
"name": "payload-website",
"version": "1.0.1",
"private": true,
"scripts": {
"fetchDocs": "node scripts/fetch-docs.mjs",
"dev": "next dev",
"nodocs:build": "next build",
"build": "yarn fetchDocs && next build",
"postbuild": "next-sitemap",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@docsearch/js": "^3.3.0",
"@faceless-ui/collapsibles": "^1.1.5",
"@faceless-ui/css-grid": "^1.2.0",
"@faceless-ui/modal": "^2.0.1",
"@faceless-ui/mouse-info": "^1.3.0",
"@faceless-ui/scroll-info": "^1.3.0",
"@faceless-ui/slider": "^1.1.17",
"@faceless-ui/window-info": "^2.1.1",
"@next/bundle-analyzer": "^13.0.2",
"@next/font": "^13.0.3",
"dotenv": "^16.0.3",
"escape-html": "^1.0.3",
"flatley": "^5.2.0",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"next": "^13.0.3",
"next-mdx-remote": "^4.1.0",
"next-sitemap": "^3.1.30",
"node-fetch": "^3.2.10",
"payload-admin-bar": "^1.0.5",
"prism-react-renderer": "^1.1.1",
"react": "^18.2.0",
"react-animate-height": "^3.0.4",
"react-dom": "^18.2.0",
"react-facebook-pixel": "^1.0.4",
"react-fast-marquee": "^1.3.5",
"react-markdown": "^8.0.3",
"react-phone-number-input": "^3.2.12",
"react-select": "^5.5.9",
"react-transition-group": "^4.4.5",
"remark-gfm": "^3.0.1",
"sass": "^1.55.0",
"sharp": "^0.31.1",
"slate": "^0.84.0",
"ts-node": "^10.9.1",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"eslint": "8.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.7.1",
"typescript": "4.8.4"
}
}