This repository has been archived by the owner on May 11, 2021. It is now read-only.
forked from IBM/watson-discovery-food-reviews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "watson-discovery-food-reviews",
"version": "1.0.0",
"private": true,
"main": "app.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/IBM/watson-discovery-food-reviews"
},
"scripts": {
"start": "node app.js",
"start:watch": "nodemon app.js",
"bootstrap": "cp env.sample .env",
"test -u": "jest -u",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"bluebird": "^3.5.0",
"botkit": "^0.6.7",
"cfenv": "^1.0.3",
"chart.js": "^2.7.1",
"dotenv": "^6.0.0",
"express": "^4.15.3",
"express-browserify": "^1.0.2",
"express-react-views": "^0.10.2",
"g": "^2.0.1",
"help": "^3.0.2",
"moment": "^2.19.4",
"npm-check-updates": "^2.14.2",
"parse5": "^4.0.0",
"prop-types": "^15.5.10",
"query-string": "^5.0.1",
"react": "^15.5.0",
"react-chartjs-2": "^2.6.4",
"react-dom": "^15.5.0",
"react-scrollbar": "^0.5.1",
"react-tagcloud": "^1.2.0",
"semantic-ui-react": "^0.77.1",
"sort-by": "^1.2.0",
"uglifyify": "^4.0.5",
"vcap_services": "^0.4.0",
"watson-developer-cloud": "^3.7.1"
},
"engines": {
"node": "8.4.0"
},
"babel": {
"presets": [
"env",
"react"
],
"ignore": "node_modules"
},
"devDependencies": {
"csvtojson": "^1.1.9",
"dezalgo": "~1.0",
"enzyme": "^3.2.0",
"eslint": "^4.13.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.0.3",
"jest-cli": "^22.0.3",
"nodemon": "^1.12.5",
"react-test-renderer": "^15.5.0"
}
}