-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.79 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
{
"name": "map_cloud",
"version": "1.0.0",
"description": "Google Maps project hosted on GCP",
"main": "app.js",
"type": "module",
"scripts": {
"compile:sass": "node_modules/.bin/sass public/sass/main.scss dist/css/main.css",
"compile:rollup": "node_modules/.bin/rollup -c",
"build": "./build.sh",
"watch": "node_modules/.bin/nodemon --exec \"npm run build && npx @google-cloud/functions-framework --target=app\" -e js,scss,mustache,json --ignore node_modules/ --ignore dist/ --ignore public/resources/paths/",
"start-old": "node app.js",
"start": "functions-framework --target=app"
},
"engines": {
"node": ">=12.0.0"
},
"author": "Gabor Csapo",
"license": "MIT",
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@google-cloud/functions-framework": "^3.1.3",
"@google-cloud/secret-manager": "^3.12.0",
"@google-cloud/text-to-speech": "^4.0.0",
"@google/markerclustererplus": "^5.0.3",
"@googlemaps/google-maps-services-js": "^3.3.14",
"@googlemaps/js-api-loader": "^1.12.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@turf/turf": "^6.5.0",
"@types/object-assign": "^4.0.30",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"browser-image-compression": "^2.0.0",
"clipboard": "^2.0.11",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"express-router": "0.0.1",
"jsurl": "^0.1.5",
"mustache-express": "^1.3.2",
"nodemon": "^2.0.16",
"rollup": "^2.72.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-mustache": "^0.1.0",
"sass": "^1.50.0",
"serve-favicon": "^2.5.0",
"short-uuid": "^4.2.0",
"three": "^0.140.2"
},
"devDependencies": {
"mustache": "^4.2.0"
}
}