1- {
2- "name" : " @cocreate/google-maps" ,
3- "version" : " 1.4.12" ,
4- "description" : " A simple google-maps component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5- "keywords" : [
6- " google-maps" ,
7- " cocreate" ,
8- " low-code-framework" ,
9- " no-code-framework" ,
10- " cocreatejs" ,
11- " cocreatejs-component" ,
12- " cocreate-framework" ,
13- " no-code" ,
14- " low-code" ,
15- " collaborative-framework" ,
16- " realtime" ,
17- " realtime-framework" ,
18- " collaboration" ,
19- " shared-editing" ,
20- " html5-framework" ,
21- " javascript-framework"
22- ],
23- "publishConfig" : {
24- "access" : " public"
25- },
26- "scripts" : {
27- "start" : " npx webpack --config webpack.config.js" ,
28- "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
29- "dev" : " npx webpack --config webpack.config.js --watch" ,
30- "docs" : " node ./node_modules/@cocreate/docs/src/index.js"
31- },
32- "repository" : {
33- "type" : " git" ,
34- "url" : " git+https://github.com/CoCreate-app/CoCreate-google-maps.git"
35- },
36- "author" : " CoCreate LLC" ,
37- "license" : " MIT" ,
38- "bugs" : {
39- "url" : " https://github.com/CoCreate-app/CoCreate-google-maps/issues"
40- },
41- "homepage" : " https://cocreate.app/docs/google-maps" ,
42- "funding" : {
43- "type" : " GitHub Sponsors ❤" ,
44- "url" : " https://github.com/sponsors/CoCreate-app"
45- },
46- "main" : " ./src/index.js" ,
47- "devDependencies" : {
48- "@babel/core" : " ^7.9.6" ,
49- "@babel/preset-env" : " ^7.9.6" ,
50- "babel-loader" : " ^8.1.0" ,
51- "clean-webpack-plugin" : " ^3.0.0" ,
52- "file-loader" : " ^6.2.0" ,
53- "mini-css-extract-plugin" : " ^1.5.0" ,
54- "style-loader" : " ^3.3.1" ,
55- "terser-webpack-plugin" : " ^5.1.1" ,
56- "webpack" : " ^5.24.4" ,
57- "webpack-cli" : " ^4.5.0" ,
58- "webpack-log" : " ^3.0.1"
59- },
60- "dependencies" : {
61- "@cocreate/docs" : " ^1.7.13 " ,
62- "@googlemaps/js-api-loader" : " ^1.12.8"
63- }
64- }
1+ {
2+ "name" : " @cocreate/google-maps" ,
3+ "version" : " 1.4.12" ,
4+ "description" : " A simple google-maps component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API." ,
5+ "keywords" : [
6+ " google-maps" ,
7+ " cocreate" ,
8+ " low-code-framework" ,
9+ " no-code-framework" ,
10+ " cocreatejs" ,
11+ " cocreatejs-component" ,
12+ " cocreate-framework" ,
13+ " no-code" ,
14+ " low-code" ,
15+ " collaborative-framework" ,
16+ " realtime" ,
17+ " realtime-framework" ,
18+ " collaboration" ,
19+ " shared-editing" ,
20+ " html5-framework" ,
21+ " javascript-framework"
22+ ],
23+ "publishConfig" : {
24+ "access" : " public"
25+ },
26+ "scripts" : {
27+ "start" : " npx webpack --config webpack.config.js" ,
28+ "build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
29+ "dev" : " npx webpack --config webpack.config.js --watch" ,
30+ "docs" : " node ./node_modules/@cocreate/docs/src/index.js"
31+ },
32+ "repository" : {
33+ "type" : " git" ,
34+ "url" : " git+https://github.com/CoCreate-app/CoCreate-google-maps.git"
35+ },
36+ "author" : " CoCreate LLC" ,
37+ "license" : " MIT" ,
38+ "bugs" : {
39+ "url" : " https://github.com/CoCreate-app/CoCreate-google-maps/issues"
40+ },
41+ "homepage" : " https://cocreate.app/docs/google-maps" ,
42+ "funding" : {
43+ "type" : " GitHub Sponsors ❤" ,
44+ "url" : " https://github.com/sponsors/CoCreate-app"
45+ },
46+ "main" : " ./src/index.js" ,
47+ "devDependencies" : {
48+ "@babel/core" : " ^7.9.6" ,
49+ "@babel/preset-env" : " ^7.9.6" ,
50+ "babel-loader" : " ^8.1.0" ,
51+ "clean-webpack-plugin" : " ^3.0.0" ,
52+ "file-loader" : " ^6.2.0" ,
53+ "mini-css-extract-plugin" : " ^1.5.0" ,
54+ "style-loader" : " ^3.3.1" ,
55+ "terser-webpack-plugin" : " ^5.1.1" ,
56+ "webpack" : " ^5.24.4" ,
57+ "webpack-cli" : " ^4.5.0" ,
58+ "webpack-log" : " ^3.0.1"
59+ },
60+ "dependencies" : {
61+ "@cocreate/docs" : " ^1.7.15 " ,
62+ "@googlemaps/js-api-loader" : " ^1.12.8"
63+ }
64+ }
0 commit comments