-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.09 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "theatrica-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.14.16",
"@nivo/calendar": "^0.79.1",
"@nivo/colors": "^0.79.1",
"@nivo/pie": "^0.79.1",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"algoliasearch": "^4.12.0",
"autoprefixer": "^10.4.16",
"axios": "^0.21.1",
"cloudinary": "^1.29.0",
"colord": "^2.9.2",
"date-fns": "^2.28.0",
"he": "^1.2.0",
"next": "^12.0.1",
"nextjs-progressbar": "^0.0.13",
"parse-price": "^1.1.8",
"postcss": "^8.4.31",
"react": "^17.0.1",
"react-colorful": "^5.5.1",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.3",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.19.0",
"react-player": "^2.9.0",
"react-scrollbar-size": "^4.0.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-toastify": "^9.1.3",
"recharts": "^2.1.8",
"swiper": "^6.5.0",
"swr": "^0.5.4",
"tailwindcss": "^3.3.5",
"web-vitals": "^1.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/he": "^1.2.0",
"@types/node": "^20.4.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.2.7",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views-utils": "^0.13.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"sass": "^1.58.0",
"typescript": "^5.1.6"
}
}