-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
48
49
50
51
52
{
"name": "tedx-revamp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^6.3.0",
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"canvas-confetti": "^1.9.3",
"express": "^4.19.2",
"framer-motion": "^11.11.1",
"googleapis": "^140.0.1",
"html5-qrcode": "^2.3.8",
"next": "^14.2.24",
"react": "^18",
"react-bootstrap": "^2.10.4",
"react-dom": "^18",
"react-icons": "^5.2.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-next": "^14.2.14",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}