-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
{
"name": "atc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.0.13",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.17.1",
"@mui/styled-engine-sc": "^7.0.1",
"accordion": "^3.0.2",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"classnames": "^2.5.1",
"cloudinary": "^2.2.0",
"googleapis": "^136.0.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.4.1",
"next": "^14.2.2",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-datetime": "^3.2.0",
"react-dom": "^18",
"react-icon": "^1.0.0",
"react-icons": "^5.2.0",
"react-router-dom": "^6.23.0",
"react-slick": "^0.30.2",
"shadcn-ui": "^0.9.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.16",
"tinycolor2": "^1.6.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/tinycolor2": "^1.4.6",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}