-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.48 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
{
"name": "PAR-Frontend-Consumer",
"version": "1.0.0",
"description": "Web Application for Party Management",
"url": "https://github.com/Parfet/PAR-Frontend-Consumer/issues",
"author": "Natthasit Panjapornpol",
"email": "[email protected]",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/Parfet/PAR-Frontend-Consumer/blob/main/README.md",
"private": false,
"scripts": {
"dev": "next dev -p 3000",
"build": "NODE_OPTIONS=\"--max_old_space_size=1024\" next build",
"staging": "next start -p 3001",
"start": "next start -p 3002"
},
"dependencies": {
"@culturehq/add-to-calendar": "^1.1.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"axios": "^0.21.1",
"dayjs": "^1.10.4",
"detect-browser": "^5.2.0",
"detect-browser-language": "^0.0.2",
"firebase": "^8.5.0",
"formik": "^2.2.6",
"http-status-codes": "^2.1.4",
"lodash": "^4.17.21",
"next": "^11.1.2",
"next-pwa": "^5.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fade-in": "^2.0.1",
"react-lottie": "^1.2.3",
"react-select": "^4.3.0",
"react-swipeable-views": "^0.14.0",
"styled-components": "^5.2.1",
"universal-cookie": "^4.0.4",
"yup": "^0.32.9"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.9",
"tailwindcss": "^2.0.4",
"typescript": "^4.4.2"
}
}