-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
{
"name": "guilds-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@chakra-ui/react": "^2.3.4",
"@chakra-ui/styled-system": "^2.3.3",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11",
"@fontsource/inter": "^4.5.12",
"@fontsource/space-grotesk": "^4.5.10",
"@studio-freight/lenis": "^1.0.42",
"@studio-freight/react-lenis": "^0.0.47",
"@tanstack/react-query": "^4.7.2",
"contentlayer": "^0.2.8",
"framer-motion": "^7.3.6",
"gray-matter": "^4.0.3",
"guilds-next": "file:",
"markdown-it": "^13.0.1",
"markdown-to-jsx": "^7.1.7",
"minisearch": "^5.0.0",
"next": "^13.0.0",
"next-contentlayer": "^0.2.8",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swiper": "^8.4.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.7.16",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.19",
"eslint": "8.23.0",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"react-icons": "^4.4.0",
"typescript": "^4.8.3"
}
}