-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 919 Bytes
/
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
{
"name": "khang-nd.github.io",
"version": "2.0.0",
"homepage": "https://khang-nd.vercel.app/",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@loadable/component": "^5.15.2",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^12.1.1",
"@theme-ui/color": "^0.14.1",
"@vercel/analytics": "^0.1.3",
"framer-motion": "^6.2.8",
"next": "^12.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-use": "^17.3.2",
"theme-ui": "^0.13.1"
},
"devDependencies": {
"@types/loadable__component": "^5.13.4",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}