-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 841 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 841 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
{
"name": "gmap-example",
"version": "2.0.0",
"engines": {
"node": "18.2.0"
},
"scripts": {
"start": "node --expose-gc heroku-server.js"
},
"description": "",
"author": "steen hansen",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"express": "^4.18.1",
"express-static-gzip": "^2.1.7",
"gmap-dragdrop-react": "^1.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remove-files-webpack-plugin": "^1.5.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"url-loader": "^4.1.1",
"webpack": "5.72.1"
}
}