-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
43
44
45
46
{
"name": "adsync-homepage",
"version": "1.0.0",
"description": "Jake's website",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"prettier": "prettier --write .",
"lint": "next lint"
},
"keywords": [],
"author": "Jake Sumner",
"license": "MIT",
"dependencies": {
"@chakra-ui/css-reset": "^2.0.8",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.9",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"focus-visible": "^5.2.0",
"framer-motion": "^5.3.0",
"next": "^12.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"three": "^0.134.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^12.3.1",
"prettier": "^2.7.1"
},
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakezion/nextjs-website.git"
},
"bugs": {
"url": "https://github.com/jakezion/nextjs-website/issues"
},
"homepage": "https://github.com/jakezion/nextjs-website#readme"
}