-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.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
63
64
65
66
67
68
69
70
71
72
73
74
{
"appgen": "@encapsule/holistic v0.4.4 colfaxpeak cOPp4PdPRXKyaPt5tQTCqQ e2ac2697de97dbe7b68722e9de19e7f6d6e282cc 2022-06-11T19:59:25.000Z",
"author": "Encapsule",
"codename": "colfaxpeak-test1",
"description": "Encapsule Project documentation and experiments website based on vLatest @encapsule/holistic that is deployed on Digital Ocean at https://encapsule.io.",
"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",
"@encapsule/d2r2": "file:./HOLISTIC/PACKAGES/d2r2",
"@encapsule/d2r2-components": "file:./HOLISTIC/PACKAGES/d2r2-components",
"@encapsule/holarchy": "file:./HOLISTIC/PACKAGES/holarchy",
"@encapsule/holarchy-cm": "file:./HOLISTIC/PACKAGES/holarchy-cm",
"@encapsule/holism": "file:./HOLISTIC/PACKAGES/holism",
"@encapsule/holism-metadata": "file:./HOLISTIC/PACKAGES/holism-metadata",
"@encapsule/holism-services": "file:./HOLISTIC/PACKAGES/holism-services",
"@encapsule/holistic-html5-service": "file:./HOLISTIC/PACKAGES/holistic-html5-service",
"@encapsule/holistic-nodejs-service": "file:./HOLISTIC/PACKAGES/holistic-nodejs-service",
"@encapsule/holistic-service-core": "file:./HOLISTIC/PACKAGES/holistic-service-core",
"@encapsule/holodeck": "file:./HOLISTIC/PACKAGES/holodeck",
"@encapsule/holodeck-assets": "file:./HOLISTIC/PACKAGES/holodeck-assets",
"@encapsule/hrequest": "file:./HOLISTIC/PACKAGES/hrequest",
"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",
"css-loader": "3.6.0",
"csvtojson": "2.0.10",
"eslint": "7.4.0",
"got": "11.8.2",
"handlebars": "^4.7.6",
"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",
"stream-browserify": "^3.0.0",
"style-loader": "1.2.1",
"url": "^0.11.0",
"webpack": "5.72.0",
"webpack-cli": "4.9.2"
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2"
},
"license": "AGPL-3.0-or-later",
"main": "index.js",
"name": "encapsule-org",
"scripts": {
"build": "make application",
"clean": "make clean",
"debug-server": "cd ./BUILD/runtime-phase3 && node --inspect-brk ./SERVER/nodejs-service-runtime.js",
"holodeck": "./TESTS/holodeck/run-test-program.js",
"iruts": "./node_modules/.bin/arc_generateIRUT",
"reset": "make reset",
"scrub": "make scrub",
"server": "npm run build && npm start",
"start": "cd ./BUILD/runtime-phase3 && node ./SERVER/nodejs-service-runtime.js"
},
"version": "0.0.24"
}