-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
47
48
49
50
51
52
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@next/font": "13.1.6",
"@react-three/drei": "^9.56.25",
"@react-three/fiber": "^8.11.2",
"@react-three/gltfjsx": "^4.3.4",
"@react-three/postprocessing": "^2.7.0",
"@react-three/test-renderer": "^8.1.2",
"@types/node": "18.14.5",
"@types/nodemailer": "^6.4.8",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.149.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"framer-motion": "^10.0.1",
"next": "13.2.3",
"nodemailer": "^6.9.2",
"postprocessing": "^6.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.6",
"three": "^0.150.0",
"zustand": "^4.4.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@styled/typescript-styled-plugin": "^1.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-styled-components": "^7.1.1",
"pinst": "^3.0.0",
"typescript": "^5.2.2"
}
}