11{
2- "name" : " @c11/engine.react" ,
3- "version" : " 4.0.0-alpha.123" ,
4- "description" : " A programming engine for a react environment" ,
5- "main" : " dist/index.js" ,
6- "typings" : " dist/index.d.ts" ,
7- "license" : " MIT" ,
8- "author" : {
9- "name" : " Constantin Dumitrescu" ,
10- "email" : " dum.constantin@gmail.com"
11- },
12- "contributors" : [
13- {
14- "name" : " Alexandru Oprisean" ,
15- "email" : " alexandru.oprisean@code11.com"
16- }
17- ],
18- "scripts" : {
19- "build" : " tsc" ,
20- "test:simple" : " jest --runInBand --config ./jest.config.js --runTestsByPath ./specs/*" ,
21- "test:coverage" : " jest --runInBand --config ./jest.config.js --coverageDirectory='./coverage' --collectCoverage --collectCoverageFrom='[\" ./src/**/*.{ts,tsx,js,jsx}\" ]' --runTestsByPath ./specs/*" ,
22- "test" : " yarn run test:coverage" ,
23- "publish" : " yarn npm publish --tolerate-republish"
24- },
25- "peerDependencies" : {
26- "react" : " >=16" ,
27- "react-dom" : " >=16"
28- },
29- "files" : [
30- " dist"
31- ],
32- "dependencies" : {
33- "@c11/engine.producer" : " 4.0.0-alpha.123" ,
34- "@c11/engine.runtime" : " 4.0.0-alpha.123" ,
35- "@c11/engine.types" : " 4.0.0-alpha.121" ,
36- "@c11/engine.utils" : " 4.0.0-alpha.122" ,
37- "jest-silent-reporter" : " ^0.5.0" ,
38- "lodash" : " ^4.17.21"
39- },
40- "devDependencies" : {
41- "@babel/core" : " ^7.19.3" ,
42- "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
43- "@babel/plugin-proposal-decorators" : " ^7.19.3" ,
44- "@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
45- "@babel/preset-env" : " ^7.19.3" ,
46- "@babel/preset-react" : " ^7.18.6" ,
47- "@babel/preset-typescript" : " ^7.18.6" ,
48- "@c11/engine.babel-plugin-syntax" : " 4.0.0-alpha.122" ,
49- "@testing-library/jest-dom" : " ^5.16.5" ,
50- "@testing-library/react" : " ^13.4.0" ,
51- "@types/jest" : " ^29.1.1" ,
52- "@types/lodash" : " ^4.14.186" ,
53- "@types/node" : " ^18.11.18" ,
54- "@types/react" : " ^18.0.27" ,
55- "@types/react-dom" : " ^18.0.10" ,
56- "jest" : " ^29.1.2" ,
57- "jest-environment-jsdom" : " ^29.1.2" ,
58- "react" : " 18.2.0" ,
59- "react-dom" : " 18.2.0" ,
60- "typescript" : " 4.8.4"
61- },
62- "gitHead" : " 5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
63- }
2+ "name" : " @c11/engine.react" ,
3+ "version" : " 4.0.0-alpha.123" ,
4+ "description" : " A programming engine for a react environment" ,
5+ "main" : " dist/index.js" ,
6+ "typings" : " dist/index.d.ts" ,
7+ "license" : " MIT" ,
8+ "author" : {
9+ "name" : " Constantin Dumitrescu" ,
10+ "email" : " dum.constantin@gmail.com"
11+ },
12+ "contributors" : [
13+ {
14+ "name" : " Alexandru Oprisean" ,
15+ "email" : " alexandru.oprisean@code11.com"
16+ }
17+ ],
18+ "scripts" : {
19+ "build" : " tsc && yarn run bundle" ,
20+ "bundle" : " esbuild --bundle --format=esm --sourcemap --minify --platform=browser --outfile=./dist/esm.js --external:\" @c11/*\" --external:\" react\" --external:\" react-dom\" src/index.ts" ,
21+ "test:simple" : " jest --runInBand --config ./jest.config.js --runTestsByPath ./specs/*" ,
22+ "test:coverage" : " jest --runInBand --config ./jest.config.js --coverageDirectory='./coverage' --collectCoverage --collectCoverageFrom='[\" ./src/**/*.{ts,tsx,js,jsx}\" ]' --runTestsByPath ./specs/*" ,
23+ "test" : " yarn run test:coverage" ,
24+ "publish" : " yarn npm publish --tolerate-republish"
25+ },
26+ "peerDependencies" : {
27+ "react" : " >=16" ,
28+ "react-dom" : " >=16"
29+ },
30+ "files" : [
31+ " dist"
32+ ],
33+ "dependencies" : {
34+ "@c11/engine.producer" : " 4.0.0-alpha.123" ,
35+ "@c11/engine.runtime" : " 4.0.0-alpha.123" ,
36+ "@c11/engine.types" : " 4.0.0-alpha.121" ,
37+ "@c11/engine.utils" : " 4.0.0-alpha.122" ,
38+ "jest-silent-reporter" : " ^0.5.0" ,
39+ "lodash" : " ^4.17.21"
40+ },
41+ "devDependencies" : {
42+ "@babel/core" : " ^7.19.3" ,
43+ "@babel/plugin-proposal-class-properties" : " ^7.18.6" ,
44+ "@babel/plugin-proposal-decorators" : " ^7.19.3" ,
45+ "@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
46+ "@babel/preset-env" : " ^7.19.3" ,
47+ "@babel/preset-react" : " ^7.18.6" ,
48+ "@babel/preset-typescript" : " ^7.18.6" ,
49+ "@c11/engine.babel-plugin-syntax" : " 4.0.0-alpha.122" ,
50+ "@testing-library/jest-dom" : " ^5.16.5" ,
51+ "@testing-library/react" : " ^13.4.0" ,
52+ "@types/jest" : " ^29.1.1" ,
53+ "@types/lodash" : " ^4.14.186" ,
54+ "@types/node" : " ^18.11.18" ,
55+ "@types/react" : " ^18.0.27" ,
56+ "@types/react-dom" : " ^18.0.10" ,
57+ "esbuild" : " 0.24.0" ,
58+ "jest" : " ^29.1.2" ,
59+ "jest-environment-jsdom" : " ^29.1.2" ,
60+ "react" : " 18.2.0" ,
61+ "react-dom" : " 18.2.0" ,
62+ "typescript" : " 4.8.4"
63+ },
64+ "gitHead" : " 5a84fad4e5eaf1aa3921d42c73c4c01c4a8200f9"
65+ }
0 commit comments