-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
{
"name": "bridgeapi.js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cypress:open": "cypress open",
"start-test-server": "next build && next start",
"cy:run": "cypress run --headed",
"test": "start-server-and-test start-test-server http://localhost:3000 cy:run"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"axios": "^0.21.0",
"camelcase-keys": "^6.2.2",
"codemirror": "^5.58.2",
"file": "^0.2.2",
"formik": "^2.2.1",
"formik-material-ui": "^3.0.0",
"js-cookie": "^2.2.1",
"jsonlint": "^1.4.0",
"next": "^10.0.1",
"next-images": "^1.6.2",
"nookies": "^2.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.1",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^3.11.0",
"swr": "^0.3.8",
"system": "^2.0.1",
"typeface-open-sans": "^1.1.13"
},
"devDependencies": {
"@cypress/code-coverage": "^3.8.5",
"babel-plugin-istanbul": "^6.0.0",
"cypress": "^6.0.0",
"eslint": "^7.12.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"istanbul-lib-coverage": "^3.0.0",
"msw": "^0.22.3",
"nyc": "^15.1.0",
"serverless-domain-manager": "^5.1.0",
"start-server-and-test": "^1.11.6"
}
}