-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 2.44 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "attest",
"version": "0.0.1",
"description": "Contract management",
"main": "index.js",
"dependencies": {
"@apollo/client": "^3.2.5",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-errors": "^1.9.0",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-server": "^2.19.0",
"apollo-server-express": "^2.19.0",
"apollo-server-micro": "^2.19.0",
"bcrypt": "^3.0.8",
"body-parser": "^1.18.2",
"chance": "^1.1.4",
"classnames": "^2.2.5",
"colornames": "^1.1.1",
"compression": "^1.7.4",
"connect": "^3.7.0",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"css-loader": "^3.4.0",
"deep-diff": "^1.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"formik": "^2.2.5",
"fuse.js": "^3.6.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"graphql-tools": "^4.0.6",
"hex-rgb": "^4.2.0",
"http-proxy-middleware": "^0.20.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongoose": "^5.8.3",
"mongoose-timestamp": "^0.6.0",
"next": "^9.5.5",
"next-apollo": "^5.0.4",
"next-auth": "^3.1.0",
"nookies": "^2.5.0",
"popmotion-pose": "^3.4.11",
"react": "^16.14.0",
"react-animations": "^1.0.0",
"react-apollo": "^3.1.5",
"react-color": "^2.19.3",
"react-datepicker": "^2.16.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-modal": "^3.11.2",
"react-moment": "^0.9.7",
"react-pose": "^4.0.10",
"react-quill": "^1.3.5",
"react-svg-spinner": "^1.0.4",
"react-transition-group": "^4.4.1",
"react-vis": "^1.11.7",
"recompose": "^0.30.0",
"styled-components": "^4.4.1",
"swr": "^0.3.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-styled-components": "^1.11.1",
"standard": "^10.0.3"
},
"standard": {
"globals": [
"react"
]
},
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start-next": "NODE_ENV=production forever start index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grabbeh/attest.git"
},
"author": "",
"bugs": {
"url": "https://github.com/grabbeh/attest/issues"
},
"homepage": "https://github.com/grabbeh/attest#readme"
}