-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "aiesec-rewamp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@nextui-org/system": "^2.0.10",
"@nextui-org/theme": "^2.1.9",
"accordian": "^0.0.1",
"animejs": "^3.2.1",
"cloudinary-video-player": "^1.9.16",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.3",
"framer-motion": "^10.16.4",
"next": "^13.5.4",
"next-cloudinary": "^4.24.0",
"next-video": "^1.3.3",
"next-videos": "^1.4.1",
"react": "latest",
"react-countup": "^6.4.2",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-visibility-sensor": "^5.1.1",
"react-youtube": "^10.1.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"autoprefixer": "latest",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"postcss": "latest",
"tailwindcss": "latest"
}
}