forked from sean0923/PicSearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 756 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 756 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
{
"name": "AngularAngleComp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"author": "CompUs",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^2.2.1"
},
"dependencies": {
"@google-cloud/vision": "^0.12.0",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"express": "^4.15.4",
"jquery": "^3.2.1",
"mongoose": "^4.11.6",
"mysql": "^2.14.1",
"node-bing-api": "^3.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"underscore": "^1.8.3"
}
}