-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.3.4-beta.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.10",
"@react-three/drei": "^9.111.5",
"@react-three/fiber": "^8.17.6",
"@types/three": "^0.168.0",
"framer-motion": "^7.2.0",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-add-classes": "^1.0.0",
"rehype-highlight": "^6.0.0",
"rehype-pretty-code": "^0.10.0",
"shiki": "^0.14.5",
"three": "^0.168.0",
"underscore": "^1.13.6"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7"
}
}