1- {
2- "name" : " @cocreate/cocreatecss" ,
3- "version" : " 1.12.17" ,
4- "description" : " A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it." ,
5- "keywords" : [
6- " cocreatecss" ,
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/CoCreateCSS.git"
36- },
37- "author" : " CoCreate LLC" ,
38- "license" : " MIT" ,
39- "bugs" : {
40- "url" : " https://github.com/CoCreate-app/CoCreateCSS/issues"
41- },
42- "homepage" : " https://cocreate.app/css/" ,
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- "css-loader" : " ^5.1.3" ,
54- "css-minimizer-webpack-plugin" : " ^4.2.2" ,
55- "file-loader" : " ^6.2.0" ,
56- "mini-css-extract-plugin" : " ^1.5.0" ,
57- "style-loader" : " ^3.3.1" ,
58- "terser-webpack-plugin" : " ^5.1.1" ,
59- "webpack" : " ^5.24.4" ,
60- "webpack-cli" : " ^4.6.0" ,
61- "webpack-log" : " ^3.0.1"
62- },
63- "dependencies" : {
64- "@cocreate/docs" : " ^1.7.13 " ,
65- "@cocreate/hosting" : " ^1.10.5 "
66- }
67- }
1+ {
2+ "name" : " @cocreate/cocreatecss" ,
3+ "version" : " 1.12.17" ,
4+ "description" : " A lightweight utility-first Atomic CSS framework promoting rapid UI development. No learning curve... Apply your native css property:value directly in class, then extract and transform it." ,
5+ "keywords" : [
6+ " cocreatecss" ,
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/CoCreateCSS.git"
36+ },
37+ "author" : " CoCreate LLC" ,
38+ "license" : " MIT" ,
39+ "bugs" : {
40+ "url" : " https://github.com/CoCreate-app/CoCreateCSS/issues"
41+ },
42+ "homepage" : " https://cocreate.app/css/" ,
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+ "css-loader" : " ^5.1.3" ,
54+ "css-minimizer-webpack-plugin" : " ^4.2.2" ,
55+ "file-loader" : " ^6.2.0" ,
56+ "mini-css-extract-plugin" : " ^1.5.0" ,
57+ "style-loader" : " ^3.3.1" ,
58+ "terser-webpack-plugin" : " ^5.1.1" ,
59+ "webpack" : " ^5.24.4" ,
60+ "webpack-cli" : " ^4.6.0" ,
61+ "webpack-log" : " ^3.0.1"
62+ },
63+ "dependencies" : {
64+ "@cocreate/docs" : " ^1.7.15 " ,
65+ "@cocreate/hosting" : " ^1.10.8 "
66+ }
67+ }
0 commit comments