Move everything for the server in to a server folder to make room for the site
This commit is contained in:
parent
6a45152d8f
commit
33ca09808e
26 changed files with 8 additions and 6 deletions
13
package-lock.json → server/package-lock.json
generated
13
package-lock.json → server/package-lock.json
generated
|
|
@ -17,6 +17,7 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"axios": "^0.21.1",
|
||||
"glob": "^7.1.7",
|
||||
"joi": "^17.4.2",
|
||||
"module-alias": "^2.2.2",
|
||||
"path": "^0.12.7",
|
||||
"toml": "^3.0.0",
|
||||
|
|
@ -496,9 +497,9 @@
|
|||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"node_modules/joi": {
|
||||
"version": "17.4.1",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.1.tgz",
|
||||
"integrity": "sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ==",
|
||||
"version": "17.4.2",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz",
|
||||
"integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==",
|
||||
"dependencies": {
|
||||
"@hapi/hoek": "^9.0.0",
|
||||
"@hapi/topo": "^5.0.0",
|
||||
|
|
@ -1032,9 +1033,9 @@
|
|||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"joi": {
|
||||
"version": "17.4.1",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.1.tgz",
|
||||
"integrity": "sha512-gDPOwQ5sr+BUxXuPDGrC1pSNcVR/yGGcTI0aCnjYxZEa3za60K/iCQ+OFIkEHWZGVCUcUlXlFKvMmrlmxrG6UQ==",
|
||||
"version": "17.4.2",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-17.4.2.tgz",
|
||||
"integrity": "sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==",
|
||||
"requires": {
|
||||
"@hapi/hoek": "^9.0.0",
|
||||
"@hapi/topo": "^5.0.0",
|
||||
|
|
@ -29,6 +29,7 @@
|
|||
"@types/node": "^16.3.1",
|
||||
"axios": "^0.21.1",
|
||||
"glob": "^7.1.7",
|
||||
"joi": "^17.4.2",
|
||||
"module-alias": "^2.2.2",
|
||||
"path": "^0.12.7",
|
||||
"toml": "^3.0.0",
|
||||
Loading…
Add table
Add a link
Reference in a new issue