forked from wesselpawel/portfolio-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.86 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@formatjs/intl-localematcher": "0.2.32",
"@react-three/drei": "^9.60.0",
"@react-three/fiber": "^8.13.4",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/three": "^0.152.1",
"aos": "^2.3.4",
"autoprefixer": "10.4.14",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"firebase": "^9.23.0",
"framer-motion": "10.17.9",
"framer-motion-3d": "10.17.9",
"gltf-loader": "^1.0.0",
"html-to-draftjs": "^1.5.0",
"intersection-observer": "^0.12.2",
"maath": "^0.10.7",
"moment": "^2.29.4",
"negotiator": "0.6.3",
"next": "14.2.0",
"nodemailer": "^7.0.13",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.0.1",
"react-is-visible": "^1.2.0",
"react-parallax": "^3.5.1",
"react-phone-number-input": "^3.3.0",
"react-redux": "^8.1.0",
"react-responsive-carousel": "^3.2.23",
"react-scroll": "^1.8.9",
"redux": "^4.2.1",
"server-only": "0.0.1",
"tailwindcss": "^3.3.2",
"three": "^0.166.0",
"typescript": "5.1.3",
"typewriter-effect": "^2.20.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/draft-js": "^0.11.17",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/negotiator": "0.6.1",
"@types/node": "^18.11.5",
"@types/nodemailer": "^7.0.9",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/uuid": "^9.0.8",
"typescript": "^4.8.4"
}
}