This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.72 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": "dock-certs",
"version": "1.0.0",
"description": "The certs app!",
"main": "server/index.js",
"scripts": {
"lint": "eslint \"{pages,components,helpers,services}/**/*.js\"",
"build": "next build",
"dev": "next",
"start": "next start",
"export": "next export"
},
"author": "Sam Hellawell <[email protected]>",
"license": "MIT",
"resolutions": {
"axios": "0.21.1"
},
"dependencies": {
"@docknetwork/node-types": "^0.4.6",
"@docknetwork/sdk": "0.4.8",
"@hapi/iron": "^6.0.0",
"@magic-sdk/admin": "^1.2.2",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.10.0",
"aws-sdk": "^2.941.0",
"cookie": "^0.4.1",
"dotenv": "^10.0.0",
"googleapis": "80.2.0",
"isomorphic-unfetch": "^3.1.0",
"jest": "^27.0.6",
"magic-sdk": "^4.3.0",
"material-ui-snackbar-provider": "^1.5.0",
"moment": "^2.29.1",
"mongoose": "^5.12.7",
"morgan": "^1.8.0",
"next": "^11.0.1",
"next-offline": "^5.0.5",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-awesome-spinners": "^1.3.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-json-view": "^1.19.1",
"react-material-ui-form-validator": "^2.1.1",
"react-reveal": "^1.2.2",
"react-transition-group": "^4.4.2",
"recharts": "^2.0.9",
"resource-router-middleware": "^0.7.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-next": "^11.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.24.0"
}
}