forked from Cation-Coder6/iotkiit-aditya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "iotlabwebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@headlessui/react": "^0.2.0",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"@mui/styles": "^5.10.10",
"@mui/x-data-grid": "^5.16.0",
"@mui/x-date-pickers": "^5.0.8",
"autoprefixer": "^10.0.2",
"axios": "^0.24.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.6",
"emailjs-com": "^2.6.4",
"next": "12.0.7",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.6.0",
"react-lottie": "^1.2.3",
"rss-parser": "^3.12.0",
"sweetalert": "^2.1.2",
"swiper": "6.4.11",
"tailwind": "3.0.0",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0"
}
}