-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 4.88 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
{
"name": "vite-app-demo",
"version": "0.0.1",
"description": "",
"main": "./server/dist/main.js",
"scripts": {
"vd": "pnpm --filter vite-app-demo dev",
"vl": "pnpm --filter vite-app-demo lint-staged",
"vb": "pnpm --filter vite-app-demo build",
"vp": "pnpm --filter vite-app-demo preview",
"vt": "pnpm --filter vite-app-demo test",
"vc": "pnpm --filter vite-app-demo coverage",
"nd": "pnpm --filter nestjs-server-demo start:dev",
"nl": "pnpm --filter nestjs-server-demo lint",
"nf": "pnpm --filter nestjs-server-demo format",
"np": "pnpm --filter nestjs-server-demo prebuild",
"nb": "pnpm --filter nestjs-server-demo build",
"ns": "pnpm --filter nestjs-server-demo start:prod",
"nt": "pnpm --filter nestjs-server-demo test",
"nc": "pnpm --filter nestjs-server-demo test:cov",
"npri": "pnpm --filter nestjs-server-demo prei",
"npg": "pnpm --filter nestjs-server-demo pg",
"nppus": "pnpm --filter nestjs-server-demo ppush",
"nppul": "pnpm --filter nestjs-server-demo ppull",
"pm2dev": "pnpm np && pnpm nb && pnpm pm2 start ecosystem.config.js --env development",
"pm2pdyn": "concurrently \"pnpm vb\" \"pnpm np\" && concurrently \"pnpm shx cp -r client/dist/ server/public/\" \"pnpm shx mkdir server/views\" && concurrently \"pnpm shx rm server/public/index.html\" \"pnpm shx cp client/dist/index.html server/views/index.hbs\" && pnpm nb && pnpm pm2 start ./server/dist/main.js --env production",
"pm2pwa": "concurrently \"pnpm vb\" \"pnpm np\" && concurrently \"pnpm shx cp -r client/dist/ server/public/\" \"pnpm shx mkdir server/views\" && pnpm shx cp client/dist/index.html server/views/index.hbs && pnpm nb && pnpm pm2 start ./server/dist/main.js --env production",
"pm2nonce_tmp": "concurrently \"pnpm vb\" \"pnpm np\" && concurrently \"pnpm shx cp -r client/dist/ server/public/\" \"pnpm shx mkdir server/views\" && pnpm shx cp client/dist/index.html server/views/index.hbs && pnpm shx sed -i \"s/ href=/ nonce='{{{ nonce }}}' href=/g\" server/views/index.hbs && pnpm shx sed -i \"s/ src=/ nonce='{{{ nonce }}}' src=/g\" server/views/index.hbs && pnpm nb && pnpm pm2 start ./server/dist/main.js --env production",
"pm2nonce": "concurrently \"pnpm vb\" \"pnpm np\" && concurrently \"pnpm shx cp -r client/dist/ server/public/\" \"pnpm shx mkdir server/views\" && pnpm shx cp client/dist/index.html server/views/index.hbs && pnpm shx sed -i \"s/ href=/ nonce='{{{ nonce }}}' href=/g\" server/views/index.hbs && pnpm shx sed -i \"s/ src=/ nonce='{{{ nonce }}}' src=/g\" server/views/index.hbs && pnpm nb && concurrently \"pnpm shx cp -r client/dist/ server/public/\" \"pnpm shx mkdir server/views\" && pnpm shx cp client/dist/index.html server/views/index.hbs && pnpm shx sed -i \"s/ href=/ nonce='{{{ nonce }}}' href=/g\" server/views/index.hbs && pnpm shx sed -i \"s/ src=/ nonce='{{{ nonce }}}' src=/g\" server/views/index.hbs && pnpm pm2 start ./server/dist/main.js --env production",
"pm2stop": "pnpm pm2 stop all",
"pm2cls": "concurrently \"pnpm pm2stop\" \"pnpm pm2 delete all\" \"pnpm pm2 flush\"",
"vgi": "pnpm dlx vue-pwa-asset-generator -a client/public/vite.svg -o client/public/ --no-manifest",
"sstcs": "pnpm shx mkdir -p client/node_modules/.vite/basic-ssl && pnpm exec shx cat server/https/fastify.key server/https/fastify.cert > client/node_modules/.vite/basic-ssl/_cert.pem",
"npreg": "pnpm npri && concurrently \"pnpm shx cp ./server/.env.development ./server/.env\" \"pnpm shx sed -i \"s/postgresql/mysql/g\" server/prisma/schema.prisma\" && pnpm nppul && pnpm npg",
"st": "pnpm snyk test --all-projects",
"lm": "pnpm shx mkdir -p client/public/themes/{aura-dark-indigo,aura-light-blue} && concurrently \"pnpm shx cp -r client/node_modules/primevue/resources/themes/aura-dark-indigo/fonts client/public/themes/aura-dark-indigo/\" \"pnpm shx cp -r client/node_modules/primevue/resources/themes/aura-light-blue/fonts client/public/themes/aura-light-blue/\" \"pnpm dlx lightningcss-cli --minify --bundle --targets '>= 0.25%' client/node_modules/primevue/resources/themes/aura-dark-indigo/theme.css -o client/public/themes/aura-dark-indigo/theme.min.css\" \"pnpm dlx lightningcss-cli --minify --bundle --targets '>= 0.25%' client/node_modules/primevue/resources/themes/aura-light-blue/theme.css -o client/public/themes/aura-light-blue/theme.min.css\""
},
"keywords": [],
"author": {
"name": "gn00029914"
},
"license": "ISC",
"dependencies": {
"pm2": "^5.4.2"
},
"devDependencies": {
"concurrently": "^8.2.2",
"shx": "^0.3.4",
"snyk": "^1.1292.1"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"pnpm": {
"overrides": {
"globalthis": "npm:@nolyfill/globalthis@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
}
}
}