-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "libreria-imagina-rjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hookform/resolvers": "^3.1.0",
"@material-tailwind/react": "^2.1.8",
"@mui/material": "^5.13.1",
"@mui/x-date-pickers": "^5.0.20",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"express": "^4.18.2",
"formik": "^2.2.9",
"framer-motion": "^10.12.4",
"next": "13.3.0",
"next-seo": "^6.0.0",
"postcss": "8.4.21",
"query-string": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"sonner": "^0.4.0",
"sweetalert2": "^11.4.8",
"tailwindcss": "3.3.1",
"yup": "^1.1.1"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2"
}
}