-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #943 from CubeArtisan/csv-override
chore(docker): Fix deployment files.
- Loading branch information
Showing
7 changed files
with
149 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,113 @@ | ||
{ | ||
"name": "@cubeartisan/server", | ||
"version": "0.1.0", | ||
"main": "routes/index.js", | ||
"license": "AGPL-3.0-only", | ||
"type": "module", | ||
"scripts": { | ||
"list-files": "git ls-files '*.js' '*.cjs' '*.mjs' '*.jsx'", | ||
"list-files:all": "git ls-files '../client/*.js' '../client/*.jsx' '../client/*.mjs' '../client/*.cjs' '*.js' '*.jsx' '*.cjs' '*.mjs' '../markdown/*.js'", | ||
"node-options": "echo '--experimental-loader @node-loader/babel --require dotenv/config --max-old-space-size=4096 --experimental-json-modules --enable-source-maps --es-module-specifier-resolution=node'", | ||
"cards": "node --max-old-space-size=4096 `yarn --silent node-options` scripts/force_update.js", | ||
"lint": "eslint_d --quiet `yarn --silent list-files`", | ||
"lint:loud": "eslint_d `yarn --silent list-files`", | ||
"lint:fix": "eslint_d --fix `yarn --silent list-files`", | ||
"server": "node `yarn --silent node-options` routes/index.js", | ||
"nodemon": "nodemon -x 'node' --ignore public --ignore private --ignore __tests__ --ignore __mocks__ --ignore ../client/__tests__ --ignore '*.json' `printf ' -w %s' \\`yarn --silent list-files:all\\`` -w ../client/generated -- `yarn --silent node-options` routes/index.js", | ||
"start": "yarn nodemon", | ||
"test:loud": "jest --detectOpenHandles --coverage", | ||
"test": "yarn test:loud --silent", | ||
"test:watch": "yarn test:loud --watch --verbose false" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/node": "^7.14.7", | ||
"@babel/plugin-syntax-top-level-await": "^7.14.5", | ||
"@babel/preset-react": "^7.14.5", | ||
"@cubeartisan/client": "^0.1.0", | ||
"@cubeartisan/markdown": "^0.1.0", | ||
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.13.0", | ||
"@google-cloud/opentelemetry-cloud-trace-exporter": "^1.0.0", | ||
"@node-loader/babel": "^1.1.0", | ||
"@opentelemetry/api": "^1.0.3", | ||
"@opentelemetry/instrumentation": "^0.26.0", | ||
"@opentelemetry/instrumentation-dns": "^0.27.1", | ||
"@opentelemetry/instrumentation-express": "^0.28.0", | ||
"@opentelemetry/instrumentation-http": "^0.27.0", | ||
"@opentelemetry/instrumentation-mongodb": "^0.28.0", | ||
"@opentelemetry/instrumentation-winston": "^0.27.1", | ||
"@opentelemetry/sdk-node": "^0.26.0", | ||
"JSONStream": "^1.3.5", | ||
"axios": "^0.26.0", | ||
"babel-plugin-styled-components": "^1.13.2", | ||
"bad-words": "^3.0.3", | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.19.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"compression": "^1.7.4", | ||
"connect-flash": "^0.1.1", | ||
"connect-mongodb-session": "^3.1.1", | ||
"core-js": "^3.21.1", | ||
"core-js-pure": "^3.15.2", | ||
"csurf": "^1.10.0", | ||
"dotenv": "^8.2.0", | ||
"email-templates": "^8.0.7", | ||
"event-stream": "^4.0.1", | ||
"express": "^4.17.1", | ||
"express-fileupload": "^1.1.9", | ||
"express-messages": "^1.0.1", | ||
"express-rate-limit": "^5.1.3", | ||
"express-session": "^1.17.0", | ||
"express-validator": "^6.4.0", | ||
"glob": "^7.1.6", | ||
"mongodb": "^4.3.1", | ||
"mongodb-client-encryption": "^1.2.6", | ||
"mongoose": "^5.12.10", | ||
"mongoose-seed": "^0.6.0", | ||
"node-cache": "^5.1.2", | ||
"node-fetch": "^2.6.1", | ||
"node-schedule": "^1.3.2", | ||
"nodemailer": "^6.4.16", | ||
"on-finished": "^2.3.0", | ||
"opentelemetry-instrumentation-socket.io": "^0.26.0", | ||
"papaparse": "^5.2.0", | ||
"passport": "^0.5.2", | ||
"passport-local": "^1.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"rss": "^1.2.2", | ||
"rss-parser": "^3.9.0", | ||
"sanitize-html": "^2.3.2", | ||
"seedrandom": "^3.0.5", | ||
"serialize-javascript": "^6.0.0", | ||
"sharp": "^0.29.1", | ||
"shuffle-seed": "^1.1.6", | ||
"sinon": "^11.1.1", | ||
"socket.io": "^4.1.3", | ||
"styled-components": "^5.3.0", | ||
"supertest": "^6.1.3", | ||
"uuid": "^3.4.0", | ||
"winston": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@cubeartisan/server": "^0.1.0", | ||
"@types/express": "^4.17.13", | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.9.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint_d": "^11.1.1", | ||
"jest": "26.x.x", | ||
"mongodb-memory-server": "^8.3.0", | ||
"nodemon": "^2.0.2", | ||
"prettier": "^2.3.0", | ||
"webpack": "^5.42.0", | ||
"webpack-merge": "^4.2.2" | ||
} | ||
"name": "@cubeartisan/server", | ||
"version": "0.1.0", | ||
"main": "routes/index.js", | ||
"license": "AGPL-3.0-only", | ||
"type": "module", | ||
"scripts": { | ||
"list-files": "git ls-files '*.js' '*.cjs' '*.mjs' '*.jsx'", | ||
"list-files:all": "git ls-files '../client/*.js' '../client/*.jsx' '../client/*.mjs' '../client/*.cjs' '*.js' '*.jsx' '*.cjs' '*.mjs' '../markdown/*.js'", | ||
"node-options": "echo '--experimental-loader @node-loader/babel --require dotenv/config --max-old-space-size=4096 --experimental-json-modules --enable-source-maps --es-module-specifier-resolution=node'", | ||
"cards": "node --max-old-space-size=4096 `yarn --silent node-options` scripts/force_update.js", | ||
"lint": "eslint_d --quiet `yarn --silent list-files`", | ||
"lint:loud": "eslint_d `yarn --silent list-files`", | ||
"lint:fix": "eslint_d --fix `yarn --silent list-files`", | ||
"server": "node `yarn --silent node-options` routes/index.js", | ||
"nodemon": "nodemon -x 'node' --ignore public --ignore private --ignore __tests__ --ignore __mocks__ --ignore ../client/__tests__ --ignore '*.json' `printf ' -w %s' \\`yarn --silent list-files:all\\`` -w ../client/generated -- `yarn --silent node-options` routes/index.js", | ||
"start": "yarn nodemon", | ||
"test:loud": "jest --detectOpenHandles --coverage", | ||
"test": "yarn test:loud --silent", | ||
"test:watch": "yarn test:loud --watch --verbose false" | ||
}, | ||
"dependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/node": "^7.14.7", | ||
"@babel/plugin-syntax-top-level-await": "^7.14.5", | ||
"@babel/preset-react": "^7.14.5", | ||
"@cubeartisan/client": "^0.1.0", | ||
"@cubeartisan/markdown": "^0.1.0", | ||
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.13.0", | ||
"@google-cloud/opentelemetry-cloud-trace-exporter": "^1.0.0", | ||
"@node-loader/babel": "^2.0.1", | ||
"@opentelemetry/api": "^1.0.3", | ||
"@opentelemetry/instrumentation": "^0.26.0", | ||
"@opentelemetry/instrumentation-dns": "^0.27.1", | ||
"@opentelemetry/instrumentation-express": "^0.28.0", | ||
"@opentelemetry/instrumentation-http": "^0.27.0", | ||
"@opentelemetry/instrumentation-mongodb": "^0.28.0", | ||
"@opentelemetry/instrumentation-winston": "^0.27.1", | ||
"@opentelemetry/sdk-node": "^0.26.0", | ||
"JSONStream": "^1.3.5", | ||
"axios": "^0.26.0", | ||
"babel-plugin-styled-components": "^1.13.2", | ||
"bad-words": "^3.0.3", | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.19.0", | ||
"cheerio": "^1.0.0-rc.3", | ||
"compression": "^1.7.4", | ||
"connect-flash": "^0.1.1", | ||
"connect-mongodb-session": "^3.1.1", | ||
"core-js": "^3.21.1", | ||
"core-js-pure": "^3.15.2", | ||
"csurf": "^1.10.0", | ||
"dotenv": "^8.2.0", | ||
"email-templates": "^8.0.7", | ||
"event-stream": "^4.0.1", | ||
"express": "^4.17.1", | ||
"express-fileupload": "^1.1.9", | ||
"express-messages": "^1.0.1", | ||
"express-rate-limit": "^5.1.3", | ||
"express-session": "^1.17.0", | ||
"express-validator": "^6.4.0", | ||
"glob": "^7.1.6", | ||
"mongodb": "^4.3.1", | ||
"mongoose": "^5.12.10", | ||
"mongoose-seed": "^0.6.0", | ||
"node-cache": "^5.1.2", | ||
"node-fetch": "^2.6.1", | ||
"node-schedule": "^1.3.2", | ||
"nodemailer": "^6.4.16", | ||
"on-finished": "^2.3.0", | ||
"opentelemetry-instrumentation-socket.io": "^0.26.0", | ||
"papaparse": "^5.2.0", | ||
"passport": "^0.5.2", | ||
"passport-local": "^1.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"rss": "^1.2.2", | ||
"rss-parser": "^3.9.0", | ||
"sanitize-html": "^2.3.2", | ||
"seedrandom": "^3.0.5", | ||
"serialize-javascript": "^6.0.0", | ||
"sharp": "^0.29.1", | ||
"shuffle-seed": "^1.1.6", | ||
"sinon": "^11.1.1", | ||
"socket.io": "^4.1.3", | ||
"styled-components": "^5.3.0", | ||
"supertest": "^6.1.3", | ||
"uuid": "^3.4.0", | ||
"winston": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@cubeartisan/server": "^0.1.0", | ||
"@types/express": "^4.17.13", | ||
"eslint": "^7.30.0", | ||
"eslint-config-airbnb": "^18.0.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.9.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint_d": "^11.1.1", | ||
"jest": "26.x.x", | ||
"mongodb-memory-server": "^8.3.0", | ||
"nodemon": "^2.0.2", | ||
"prettier": "^2.3.0", | ||
"webpack": "^5.42.0", | ||
"webpack-merge": "^4.2.2" | ||
} | ||
} |
Oops, something went wrong.