-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "in-common",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@mui/lab": "^5.0.0-alpha.59",
"@mui/material": "^5.2.2",
"@mui/x-data-grid": "^5.2.0",
"airtable": "^0.11.1",
"date-fns": "^2.27.0",
"firebase": "^9.6.0",
"formik": "^2.2.9",
"moment": "^2.29.1",
"next": "12.0.7",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^4.0.1",
"save-dev": "^0.0.1-security",
"yup": "^0.32.11",
"yup-phone": "^1.3.2"
},
"devDependencies": {
"@testing-library/cypress": "^8.0.2",
"cypress": "^9.1.1",
"eslint": "8.4.0",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0"
}
}