-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 959 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
38
39
{
"name": "portfolio-with-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/raleway": "^4.5.10",
"@react-three/drei": "^9.25.3",
"@react-three/fiber": "^8.6.2",
"@reduxjs/toolkit": "^1.8.6",
"axios": "^0.27.2",
"framer-motion": "^7.3.6",
"gray-matter": "^4.0.3",
"markdown-it-container": "^3.0.0",
"marked": "^4.1.0",
"next": "12.2.5",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.4",
"sass": "^1.54.6",
"scss": "^0.2.4",
"swr": "^1.3.0",
"three": "^0.143.0"
},
"devDependencies": {
"eslint": "8.23.0",
"eslint-config-next": "12.2.5"
}
}