-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "personal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn && next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.6.9",
"@contentful/rich-text-html-renderer": "^15.13.1",
"antd": "^4.22.8",
"bcrypt": "^5.0.1",
"cookie": "^0.5.0",
"date-fns": "^2.29.2",
"graphql": "^16.6.0",
"gray-matter": "^4.0.3",
"hasura": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"next": "12.2.5",
"node-fetch": "^3.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.19",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"styled-components": "^5.3.5",
"three": "^0.144.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/moment": "^2.13.0",
"@types/node": "^18.7.14",
"@types/node-fetch": "^2.6.2",
"@types/react": "^18.0.18",
"@types/styled-components": "^5.1.26",
"typescript": "^4.8.2"
}
}