1- {
2- "name" : " @cocreate/lazy-loader" ,
3- "version" : " 1.3.13" ,
4- "description" : " A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5- "keywords" : [
6- " lazy-loader" ,
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- "hosting" : " node ./node_modules/@cocreate/hosting/src/index.js"
32- },
33- "repository" : {
34- "type" : " git" ,
35- "url" : " git+https://github.com/CoCreate-app/CoCreate-lazy-loader.git"
36- },
37- "author" : " CoCreate LLC" ,
38- "license" : " MIT" ,
39- "bugs" : {
40- "url" : " https://github.com/CoCreate-app/CoCreate-lazy-loader/issues"
41- },
42- "homepage" : " https://cocreate.app/docs/lazy-loader" ,
43- "funding" : {
44- "type" : " GitHub Sponsors ❤" ,
45- "url" : " https://github.com/sponsors/CoCreate-app"
46- },
47- "main" : " ./src/index.js" ,
48- "devDependencies" : {
49- "@babel/core" : " ^7.9.6" ,
50- "@babel/preset-env" : " ^7.9.6" ,
51- "babel-loader" : " ^8.1.0" ,
52- "clean-webpack-plugin" : " ^3.0.0" ,
53- "file-loader" : " ^6.2.0" ,
54- "mini-css-extract-plugin" : " ^1.5.0" ,
55- "style-loader" : " ^3.3.1" ,
56- "terser-webpack-plugin" : " ^5.1.1" ,
57- "webpack" : " ^5.24.4" ,
58- "webpack-cli" : " ^4.5.0" ,
59- "webpack-log" : " ^3.0.1"
60- },
61- "dependencies" : {
62- "@cocreate/docs" : " ^1.7.13 " ,
63- "@cocreate/hosting" : " ^1.10.5 " ,
64- "@cocreate/observer" : " ^1.8.0 "
65- }
66- }
1+ {
2+ "name" : " @cocreate/lazy-loader" ,
3+ "version" : " 1.3.13" ,
4+ "description" : " A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5+ "keywords" : [
6+ " lazy-loader" ,
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+ "hosting" : " node ./node_modules/@cocreate/hosting/src/index.js"
32+ },
33+ "repository" : {
34+ "type" : " git" ,
35+ "url" : " git+https://github.com/CoCreate-app/CoCreate-lazy-loader.git"
36+ },
37+ "author" : " CoCreate LLC" ,
38+ "license" : " MIT" ,
39+ "bugs" : {
40+ "url" : " https://github.com/CoCreate-app/CoCreate-lazy-loader/issues"
41+ },
42+ "homepage" : " https://cocreate.app/docs/lazy-loader" ,
43+ "funding" : {
44+ "type" : " GitHub Sponsors ❤" ,
45+ "url" : " https://github.com/sponsors/CoCreate-app"
46+ },
47+ "main" : " ./src/index.js" ,
48+ "devDependencies" : {
49+ "@babel/core" : " ^7.9.6" ,
50+ "@babel/preset-env" : " ^7.9.6" ,
51+ "babel-loader" : " ^8.1.0" ,
52+ "clean-webpack-plugin" : " ^3.0.0" ,
53+ "file-loader" : " ^6.2.0" ,
54+ "mini-css-extract-plugin" : " ^1.5.0" ,
55+ "style-loader" : " ^3.3.1" ,
56+ "terser-webpack-plugin" : " ^5.1.1" ,
57+ "webpack" : " ^5.24.4" ,
58+ "webpack-cli" : " ^4.5.0" ,
59+ "webpack-log" : " ^3.0.1"
60+ },
61+ "dependencies" : {
62+ "@cocreate/docs" : " ^1.7.15 " ,
63+ "@cocreate/hosting" : " ^1.10.8 " ,
64+ "@cocreate/observer" : " ^1.8.3 "
65+ }
66+ }
0 commit comments