-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "ado",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"webpack": "webpack --mode development --watch",
"build": "webpack --mode production",
"init": "npm start && npm webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/vision": "^1.4.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"google-maps-react": "^2.0.2",
"materialize-css": "^1.0.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"noty": "^3.2.0-beta",
"pg": "^7.12.1",
"react-router-dom": "5.1.2",
"react-tag-autocomplete": "^6.0.0-beta.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"node-sass": "^4.13.0",
"nodemon": "^1.19.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"typescript": "^3.6.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}