-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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": "kijz.github.io",
"version": "1.1.0",
"description": "Filip's website",
"prepare": "next telemetry disable",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"start": "next start -p 3001",
"build": "next build",
"prettier": "prettier -write .",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kijz/kijz.github.io.git"
},
"keywords": [],
"author": "Filip Kajzer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kijz/kijz.github.io/issues"
},
"homepage": "https://github.com/kijz/kijz.github.io#readme",
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"framer-motion": "^6.3.16",
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"sharp": "^0.32.4",
"three": "^0.155.0"
},
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-next": "^12.1.6",
"prettier": "^2.7.1"
}
}