-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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": "eridian.xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"commits": "./dev/build_all_commits.sh",
"dev": "node server.js",
"dev-commits": "./dev/build_all_commits.sh && node server.js",
"build": "next build",
"export": "next export",
"start": "next build && next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.1.6",
"@types/node": "^18.16.3",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.1",
"axios": "^1.4.0",
"chakra-ui-markdown-renderer": "^4.1.0",
"dotenv-webpack": "^8.0.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^9.0.1",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-masonry-css": "^1.0.16",
"react-medium-image-zoom": "^5.2.12",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"typescript": "4.9.5"
},
"devDependencies": {
"express": "^4.18.2"
}
}