-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·95 lines (95 loc) · 2.67 KB
/
package.json
File metadata and controls
executable file
·95 lines (95 loc) · 2.67 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@concepto/react",
"version": "0.0.2993",
"description": "Concepto DSL - Visually create and maintain modern Node.js based web apps (@react)",
"keywords": [
"creador",
"puntorigen",
"concepto",
"conceptodsl",
"dsl",
"react",
"module federation",
"mf"
],
"license": "MIT",
"author": "Pablo Schaffner",
"homepage": "http://github.com/puntorigen4u/react_dsl.git",
"repository": {
"type": "git",
"url": "http://github.com/puntorigen4u/react_dsl.git"
},
"bugs": {
"mail": "pablo@puntorigen.com",
"url": "http://github.com/puntorigen4u/react_dsl/issues"
},
"main": "lib/index.js",
"bin": {
"react_dsl": "bin/cli"
},
"scripts": {
"dev": "cross-env NODE_ENV=development rollup -c",
"build": "cross-env NODE_ENV=production rollup -c && npm run docs && npm link",
"docs": "jsdoc2md -t README.hbs src/*.js > README.md",
"test1": "npm run dev && node test/pablo.js test/test1/test1.dsl",
"test2": "npm run dev && node test/pablo.js test/test2/test2.dsl"
},
"dependencies": {
"@concepto/console": "*",
"@concepto/dsl_parser": "*",
"@concepto/interface": "*",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@rollup/plugin-json": "^6.0.0",
"@stitches/stringify": "^1.2.8",
"asciify-image": "^0.1.6",
"await-spawn": "^4.0.2",
"camelcase": "^5.3.1",
"cfonts": "^2.9.1",
"cheerio": "^1.0.0-rc.3",
"ci-info": "^3.1.1",
"crypto-hash": "^1.3.0",
"deepmerge": "^4.2.2",
"encrypt-with-password": "^1.0.0",
"extractjs": "^0.3.1",
"fast-case": "^1.7.0",
"fs-extra": "^9.1.0",
"he": "^1.2.0",
"ini": "^1.3.8",
"is-port-reachable": "^3.0.0",
"js-beautify": "^1.13.5",
"jss": "^10.6.0",
"jss-plugin-global": "^10.6.0",
"lorem-ipsum": "^2.0.3",
"minimatch": "^3.0.4",
"mri": "^1.1.6",
"node-fetch": "^2.6.1",
"node-persist": "^3.1.0",
"open-terminal": "^0.1.11",
"ora": "^5.4.0",
"password-generator": "^2.3.2",
"prettier": "^2.2.1",
"print-code": "^1.0.2",
"react-state-proxy": "^1.4.11",
"recursive-copy": "^2.0.11",
"safe-eval": "^0.4.1",
"serial-number": "^1.3.0",
"terminal-tab": "^0.0.7",
"url-record": "^1.0.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"cross-env": "^7.0.2",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.26.5",
"rollup-plugin-copy-assets": "^2.0.3"
},
"scarfSettings": {
"enabled": false
}
}