-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 5.12 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
{
"type": "module",
"main": "src/index.js",
"name": "@underpostnet/underpost",
"version": "2.7.94",
"description": "pwa api rest template",
"scripts": {
"start": "env-cmd -f .env.production node --max-old-space-size=8192 src/server",
"pm2": "env-cmd -f .env.production pm2 start src/server.js --node-args=\"--max-old-space-size=8192\" --name engine && pm2 logs",
"ssl": "env-cmd -f .env.production node bin/ssl",
"pm2-delete": "pm2 delete engine",
"build": "node bin/deploy build-full-client",
"build-production": "env-cmd -f .env.production node bin/deploy build-full-client",
"dev": "env-cmd -f .env.development node src/client.dev --no-warnings",
"dev-api": "env-cmd -f .env.development nodemon --watch src --ignore src/client src/api",
"docs": "jsdoc -c jsdoc.json",
"backup": "node bin/db default.net/ export",
"install-template": "npm install && npm run build",
"install-global": "npm install -g pm2 && npm install -g jsdoc && npm install -g prettier && npm install -g env-cmd && npm install -g yarn && npm install -g auto-changelog",
"install-test": "npm install -g mocha && npm install -g c8 && npm install -g nyc && npm install -g coveralls",
"install-vs-extensions": "node bin/vs import",
"preinstall": "npm config set audit false && npm config set loglevel error",
"restore-preinstall": "npm config set audit true && npm config set loglevel notice",
"install": "npm run install-global && npm run install-test && npm run restore-preinstall --no-audit --no-warnings",
"docker:start": "docker-compose up",
"prettier": "prettier --write .",
"coveralls": "nyc npm run test --reporter=text-lcov | coveralls -v",
"test": "env-cmd -f .env.test c8 mocha",
"update": "npm update -g && npm update && npm audit fix --force && npm audit fix --force",
"underpost-publish": "npm publish --provenance --access public",
"underpost-unpublish": "npm unpublish underpost@2.5.x",
"login": "npm adduser",
"bin": "npm link --force"
},
"bin": {
"underpost": "bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/underpostnet/pwa-microservices-template-ghpkg.git"
},
"keywords": [
"engine",
"server",
"proxy",
"client"
],
"author": "https://github.com/underpostnet",
"license": "MIT",
"bugs": {
"url": "https://github.com/underpostnet/pwa-microservices-template/issues"
},
"homepage": "https://github.com/underpostnet/pwa-microservices-template#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@loadingio/css-spinner": "^2.0.2",
"@neodrag/vanilla": "^2.0.3",
"@xenova/transformers": "^2.17.2",
"adm-zip": "^0.5.10",
"ag-grid-community": "31.0.0",
"axios": "^1.5.1",
"chai": "^5.1.0",
"cli-progress": "^3.12.0",
"cli-spinners": "^3.0.0",
"color": "^4.2.3",
"colors": "^1.4.0",
"commander": "^12.1.0",
"compression": "^1.7.4",
"copy-paste": "^1.5.3",
"cors": "^2.8.5",
"d3": "^7.9.0",
"deepmerge": "^4.3.1",
"detect-port": "^1.5.1",
"dotenv": "^16.3.1",
"easymde": "^2.18.0",
"env-cmd": "^10.1.0",
"eventemitter3": "^5.0.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"favicons": "^7.2.0",
"font-awesome-assets": "^0.0.9",
"fs-extra": "^11.1.1",
"fullcalendar": "^6.1.15",
"html-minifier-terser": "^7.2.0",
"http-proxy-middleware": "^2.0.6",
"ignore-walk": "^6.0.4",
"is-admin": "^4.0.0",
"is-ip": "^5.0.1",
"jimp": "^0.22.12",
"joystick-controller": "^1.0.15",
"json-colorizer": "^2.2.2",
"jsonwebtoken": "^9.0.2",
"kill-port-process": "^3.2.0",
"log-update": "^6.0.0",
"mariadb": "^3.2.2",
"marked": "^12.0.2",
"mongoose": "^8.0.1",
"morgan": "^1.10.0",
"nodemailer": "^6.9.9",
"nodemon": "^3.0.1",
"pathfinding": "^0.4.18",
"peer": "^1.0.2",
"peerjs": "^1.5.2",
"pixi.js": "7.4.0",
"prom-client": "^15.1.2",
"public-ip": "^6.0.1",
"read": "^2.1.0",
"sharp": "^0.32.5",
"shelljs": "^0.8.5",
"simple-git": "^3.26.0",
"simple-icons": "^13.9.0",
"sitemap": "^7.1.1",
"socket.io": "^4.8.0",
"sortablejs": "^1.15.0",
"split-file": "^2.3.0",
"swagger-ui-express": "^5.0.0",
"systeminformation": "^5.21.17",
"uglify-js": "^3.17.4",
"validator": "^13.11.0",
"winston": "^3.11.0"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.3.0",
"mocha": "^10.4.0",
"plantuml": "^0.0.2",
"swagger-autogen": "^2.23.7",
"easy-json-schema": "^0.0.2-beta"
},
"publishConfig": {
"provenance": true,
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}