-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "haz3l-portfilio",
"version": "2.1.0",
"description": "Khánh's Portfolio",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"build:analyze": "cross-env BUNDLE_ANALYZE=true next build",
"start": "next start -p 3001",
"prettier": "prettier --write .",
"lint": "next lint"
},
"keywords": [],
"author": "Lê Duy Khánh",
"license": "MIT",
"dependencies": {
"@chakra-ui/css-reset": "^2.0.1",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@haz3l/react-images-viewer": "^18.0.0",
"@next/bundle-analyzer": "^12.2.2",
"focus-visible": "^5.2.0",
"framer-motion": "^6.5.1",
"next": "^12.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-intl": "^6.0.5",
"react-lock-scroll": "^0.1.8",
"react-simple-image-viewer": "^1.2.2",
"sharp": "^0.30.7",
"three": "^0.142.0"
},
"devDependencies": {
"@yushijinhun/three-minifier-webpack": "^0.3.1",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"eslint-config-next": "^12.2.2",
"prettier": "^2.7.1"
}
}