-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 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
{
"name": "portfolio-sonia-coronado",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev & npm run prettier-watch",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier . --write '**/*.{ts,tsx,js,jsx}'",
"prettier-watch": "onchange 'src/**/*.{js,jsx,ts,tsx}' -- prettier --write --ignore-unknown {{changed}}"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/montserrat": "^5.0.16",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.86.3",
"@react-three/fiber": "^8.15.16",
"@react-three/flex": "^1.0.1",
"@react-three/postprocessing": "^2.16.2",
"@types/three": "^0.156.0",
"framer-motion": "^10.16.5",
"gsap": "^3.12.3",
"leva": "^0.9.35",
"markdown-to-jsx": "^7.3.2",
"next": "^14.0.1",
"onchange": "^7.1.0",
"postprocessing": "^6.35.3",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.157.0",
"three-custom-shader-material": "^5.4.0",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.0.1",
"prettier": "3.0.3",
"typescript": "^5"
}
}