-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.65.4",
"@react-three/fiber": "^8.12.2",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.34",
"@types/react-dom": "18.0.11",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"eslint": "8.38.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.11.6",
"i18next": "^22.4.15",
"jsdom": "^22.0.0",
"maath": "^0.5.3",
"next": "13.2.4",
"next-auth": "^4.24.4",
"next-i18next": "^13.2.2",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-i18next": "^12.2.2",
"react-redux": "^8.0.7",
"react-tilt": "^1.0.2",
"styled-components": "^5.3.9",
"styled-normalize": "^8.0.7",
"three": "^0.151.3",
"typescript": "5.0.4",
"typewriter-effect": "^2.19.0",
"usehooks-ts": "^2.9.1",
"vitest": "^0.31.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.1"
}
}