-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "new_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.1",
"@react-spring/web": "^9.6.1",
"@react-three/drei": "^9.56.5",
"@react-three/fiber": "^8.10.1",
"@use-gesture/react": "^10.2.23",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^8.5.2",
"next": "13.1.1",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-indiana-drag-scroll": "^3.0.3-alpha",
"react-lazy-load-image-component": "^1.5.6",
"react-p5": "^1.3.33",
"react-responsive": "^9.0.2",
"react-swipeable": "^7.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-gesture": "^9.1.3",
"react-use-measure": "^2.1.1",
"styled-components": "^5.3.6",
"video-react": "^0.16.0"
},
"devDependencies": {
"babel-plugin-static-fs": "^3.0.0"
}
}