forked from payloadcms/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "payload-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faceless-ui/collapsibles": "^1.1.5",
"@faceless-ui/css-grid": "^1.2.0",
"@faceless-ui/modal": "^2.0.1",
"@faceless-ui/window-info": "^2.1.1",
"@next/font": "^13.0.1",
"escape-html": "^1.0.3",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"next": "^13.0.1-canary.4",
"next-mdx-remote": "^4.1.0",
"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-fast-marquee": "^1.3.5",
"remark-gfm": "^3.0.1",
"sass": "^1.55.0",
"sharp": "^0.31.1",
"slate": "^0.84.0",
"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"
}
}