-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 826 Bytes
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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@saas-ui/react": "1.0.0-rc.3",
"@svgr/webpack": "^6.2.1",
"contentlayer": "^0.2.5",
"date-fns": "^2.28.0",
"framer-motion": "^6",
"next": "12.1.6",
"next-contentlayer": "^0.2.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@types/node": "17.0.38",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}