-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
139 lines (139 loc) · 5.03 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "PodemosAprender",
"version": "0.0.1",
"description": "PodemosAprender server",
"main": "",
"style": "",
"files": [
"dist",
"src"
],
"scripts": {
"doc": "jsdoc -c ./build_conf/jsdoc.conf.json",
"here": "echo IMPLEMENTAR",
"serve": "node src/server/index.js",
"start": "node src/server/index.js",
"test-con": "echo IMPLEMENTAR",
"test-gen-data": "cd spec_data/generate ; ./0_generate.sh",
"test": "npm run build && npm run test-nolint",
"test-server": "karma --no-browsers -port 8080 start ./spec/karma.conf.js --cov",
"test-nolint": "karma start ./spec/karma.conf.js --cov",
"code-sloc": "npx sloc --details --format cli-table src/ > doc/ref/sloc.txt",
"build": "%APPDATA%/npm/pkg --out-path x_out/exe -t node10-macos,node10-win . ",
"pack": "pack.sh",
"uglify": "echo IMPLEMENTAR",
"build-web": "node node_modules/browserify/bin/cmd.js -r '@hapi/joi' -o node_modules/@hapi/joi/joi.js -s Joi; node_modules/uglify-es/bin/uglifyjs node_modules/@hapi/joi/joi.js -o node_modules/@hapi/joi/joi.min.js --timings --verbose -c; node node_modules/browserify/bin/cmd.js -v -r 'preact-chartjs-2' -g aliasify -s PRecharts -o node_modules/preact-chartsjs-2/chartsjs2.min.js; node node_modules/browserify/bin/cmd.js -v -r 'semantic-ui-calendar-react' -g aliasify -s SemanticUiCalendarReact -o node_modules/semantic-ui-calendar-react/dist/browser.js; node node_modules/browserify/bin/cmd.js -v -r 'react-simple-code-editor' -g aliasify -s CodeEditorSimple -o node_modules/react-simple-code-editor/browser.js; "
},
"bin": "src/server/index.js",
"pkg": {
"assets": [
"src/**/*",
"tpl/**/*",
"/node_modules/qrcode-generator/qrcode.js",
"/node_modules/leaflet/dist/leaflet.js",
"/node_modules/proj4/dist/proj4.js",
"/node_modules/highland/dist/highland.js",
"/node_modules/sprintf-js/dist/sprintf.min.js",
"/node_modules/crypto-js/crypto-js.js",
"/node_modules/url-join/lib/url-join.js",
"/node_modules/preact/dist/preact.dev.js",
"/node_modules/preact-context/dist/context.js",
"/node_modules/preact-compat/dist/preact-compat.js",
"/node_modules/preact-router/dist/preact-router.js",
"/node_modules/history/umd/history.js",
"/node_modules/preact-render-to-string/dist/index.js",
"/node_modules/linkstate/dist/linkstate.umd.js",
"/node_modules/semantic-ui-react/dist/umd/semantic-ui-react.min.js",
"/node_modules/semantic-ui-forest-themes/**/*",
"/node_modules/semantic-ui-calendar-react/**/*",
"/node_modules/preact-chartsjs-2/**/*",
"/node_modules/@hapi/joi/*",
"/node_modules/marked/marked.min.js"
],
"targets": [
"node10"
]
},
"keywords": [],
"dependencies": {
"@hapi/joi": "^15.0.0",
"atob": "^2.1.2",
"browserify": "^16.5.0",
"btoa": "^1.2.1",
"chart.js": "^2.9.3",
"cross-fetch": "^3.0.1",
"crypto-js": "^3.1.9-1",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"express-fileupload": "^1.1.5",
"faker": "^4.1.0",
"foodoc": "0.0.9",
"git-rev-sync": "^1.8.0",
"happen": "~0.3.2",
"highland": "github:mauriciocap/highland#patched-map",
"history": "^4.9.0",
"http-server": "^0.12.1",
"jsdoc-plantuml": "^1.0.1",
"jsdoc-toolkit": "0.0.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "~1.1.1",
"karma-expect": "^1.1.3",
"karma-firefox-launcher": "~1.0.0",
"karma-htmlfile-reporter": "^0.3.8",
"karma-mocha": "^1.2.0",
"karma-nicer-reporter": "^1.1.0",
"karma-remap-coverage": "^0.1.5",
"karma-safari-launcher": "~1.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"leaflet": "^1.5.1",
"linkstate": "^1.1.1",
"marked": "^0.8.1",
"microlight": "^0.0.7",
"mocha": "^7.0.1",
"node-fetch": "^2.6.0",
"open": "^6.4.0",
"pkg": "^4.4.2",
"preact": "^8.5.3",
"preact-chartjs-2": "^1.0.3",
"preact-compat": "^3.19.0",
"preact-router": "^2.6.1",
"proj4": "^2.5.0",
"prosthetic-hand": "^1.3.1",
"qrcode-generator": "^1.4.4",
"react-markdown": "^4.3.1",
"react-simple-code-editor": "^0.11.0",
"recharts": "^2.0.0-beta.1",
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-forest-themes": "^1.0.3",
"semantic-ui-react": "^0.88.2",
"sequelize": "^5.8.7",
"shelljs": "^0.8.3",
"sinon": "^1.6.0",
"sloc": "^0.2.1",
"source-map": "^0.5.6",
"source-map-support": "^0.5.11",
"sprintf-js": "^1.1.2",
"sqlite3": "^4.0.8",
"ssri": "^5.2.2",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"url-join": "^4.0.0"
},
"devDependencies": {
"aliasify": "^2.1.0"
},
"browser": {
"react": "./node_modules/preact-compat/dist/preact-compat.min.js",
"react-dom": "./node_modules/preact-compat/dist/preact-compat.min.js"
},
"aliasify": {
"aliases": {
"react": "preact-compat",
"react-dom": "preact-compat"
},
"verbose": true
}
}