-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"create:post": "ts-node scripts/createPost.ts"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.2",
"@chakra-ui/react": "1.6.4",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@iconify/react": "^3.0.0",
"deepmerge": "^4.2.2",
"feed": "^4.2.2",
"framer-motion": "3.10.0",
"gray-matter": "^4.0.3",
"next": "12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.1.0",
"react-images": "^1.2.0-beta.7",
"react-inline-script": "^1.2.0",
"react-markdown": "^7.1.2",
"react-use": "^15.3.4",
"react-vertical-timeline-component": "^3.6.0",
"rehype-raw": "^5.1.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/minimist": "^1.2.1",
"@types/node": "^14.14.14",
"@types/react-vertical-timeline-component": "^3.3.3",
"minimist": "^1.2.5",
"ts-node": "^10.0.0",
"typescript": "4.3.2"
}
}