-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Colton's Website",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"prettier": "prettier --write .",
"lint": "next lint"
},
"keywords": [],
"author": "Colton Almaraz",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@types/react": "^17.0.32",
"eslint-config-next": "^13.3.1",
"framer-motion": "^10.12.4",
"lottie-react": "^2.4.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-chrono": "^1.16.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"sass": "^1.50.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/node": "18.16.1",
"eslint": "^8.2.0",
"prettier": "^2.4.1",
"tsconfig.json": "^1.0.10"
},
"engines": {
"node": "16.19.0"
}
}