-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 972 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 972 Bytes
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
{
"name": "github-community-sentiment-score",
"version": "1.0.0",
"scripts": {
"now-build": "next build",
"dev": "next",
"build": "next build",
"prod:start": "next start",
"start": "build && prod:start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.1",
"@bugsnag/js": "^6.4.1",
"@bugsnag/plugin-react": "^6.4.0",
"@tensorflow-models/toxicity": "^1.2.0",
"@tensorflow/tfjs": "^1.2.7",
"apollo-boost": "^0.1.16",
"express": "^4.16.4",
"graphql": "^14.0.2",
"isomorphic-unfetch": "^3.0.0",
"lodash.isempty": "^4.4.0",
"lodash.map": "^4.6.0",
"lodash.mean": "^4.1.0",
"lodash.pick": "^4.4.0",
"next": "latest",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-apollo": "^2.1.11",
"react-dom": "^16.7.0",
"semantic-ui-react": "^0.88.1",
"serverless-http": "^1.9.0"
},
"engines": {
"node": ">=10.x"
},
"author": "Ishaan Malhi",
"license": "MIT"
}