-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.62 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
53
54
55
56
57
58
59
60
61
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@mui/material": "^5.10.9",
"@mui/styled-engine-sc": "^5.10.6",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@sentry/nextjs": "^7.15.0",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.1.3",
"cookies": "^0.8.0",
"cookies-next": "^2.1.1",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"emailjs-com": "^3.2.0",
"framer-motion": "^5.0.0",
"intercept-stdout": "^0.1.2",
"jest": "^29.2.2",
"next": "12.3.1",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-audio-player": "^0.17.0",
"react-csv": "^2.2.2",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"next-sitemap": "^3.1.32",
"styled-components": "^5.3.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@mui/material": "^5.10.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"autoprefixer": "^10.4.12",
"eslint": "8.22.0",
"eslint-config-next": "12.3.1",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"next-sitemap": "^3.1.32",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"uuid": "^9.0.0"
},
"proxy": "https://formduo-api.ddns.net:8080"
}