-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 867 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
{
"name": "rickifriadi-homepage",
"version": "1.0.0",
"description": "Allukyy Dev website",
"homepage": "https://apesdev.site/",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"prettier": "prettier --write .",
"lint": "next lint"
},
"keywords": [],
"author": "Ricki Friadi",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.0.8",
"@chakra-ui/react": "^2.2.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@vercel/analytics": "^0.1.11",
"framer-motion": "^7.2.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"typed.js": "^2.0.12"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-next": "^12.2.5",
"prettier": "^2.7.1"
}
}