-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.91 KB
/
package.json
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
{
"name": "AGPL3-sources-holistic-app-platform",
"version": "0.4.4",
"codename": "colfaxpeak",
"description": "Holistic App Platform (@encapsule/holistic package) is a domain engineering toolkit for building distributed applications and interactive UX from reusable software models implemented in JavaScript for Node.js and HTML5 host environments.",
"author": "Encapsule",
"contributors": [
{
"name": "Chris Russell",
"email": "cdr@encapsule.io",
"url": "https://github.com/ChrisRus"
}
],
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2"
},
"license": "AGPLv3",
"private": true,
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@encapsule/arccore": "0.3.6",
"@encapsule/arctools": "0.3.6",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"color": "^3.1.0",
"color-string": "^1.5.3",
"commander": "^2.19.0",
"crypto-browserify": "^3.12.0",
"csvtojson": "2.0.10",
"eslint": "7.4.0",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"is-reachable": "5.0.0",
"jsdom": "16.3.0",
"mkdirp": "^1.0.4",
"mockery": "^2.1.0",
"path-browserify": "^1.0.1",
"pg": "8.6.0",
"process": "^0.11.10",
"query-string": "^6.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-markdown": "^2.5.0",
"request": "^2.88.0",
"semver": "^5.6.0",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"bin": {
"appgen": "./appgen"
},
"scripts": {
"scrubdate": "make scrubdate",
"test": "make test && git status"
}
}