mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-31 11:42:35 +00:00
69 lines
2.3 KiB
JSON
69 lines
2.3 KiB
JSON
{
|
|
"name": "scenery",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"build": "next build && tsc --project tsconfig.server.json",
|
|
"build_pages": "next build",
|
|
"build_server": "tsc --project tsconfig.server.json",
|
|
"start": "cross-env NODE_ENV=production node dist/server/index.js",
|
|
"start_dev": "cross-env NODE_ENV=development node dist/server/index.js",
|
|
"pm2_start_ms": "pm2 start ./ambience/microservices.config.js",
|
|
"pm2_start": "pm2 start ./ambience/microservices.config.js && pm2 start"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/react-fontawesome": "^0.1.15",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
"@ronomon/crypto-async": "^5.0.1",
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/clean-css": "^4.2.5",
|
|
"@types/grecaptcha": "^3.0.3",
|
|
"@types/node": "^16.4.13",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/puppeteer": "^5.4.4",
|
|
"@types/react": "^17.0.16",
|
|
"@types/sharp": "^0.28.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
"@typescript-eslint/parser": "^4.29.1",
|
|
"axios": "^0.21.1",
|
|
"bcrypt": "^5.0.1",
|
|
"clean-css": "^5.1.5",
|
|
"clsx": "^1.1.1",
|
|
"compression-webpack-plugin": "^8.0.1",
|
|
"connect-mongo": "^4.4.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-next": "^11.0.1",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"express-session": "^1.17.2",
|
|
"fastify": "^3.20.1",
|
|
"fastify-cookie": "^5.3.1",
|
|
"fastify-cors": "^6.0.2",
|
|
"fastify-formbody": "^5.1.0",
|
|
"fastify-multipart": "^4.0.7",
|
|
"fastify-recaptcha": "^1.0.0",
|
|
"fastify-session": "github:qwertyforce/fastify-session",
|
|
"file-type": "^16.5.3",
|
|
"form-data": "^4.0.0",
|
|
"jest": "^27.0.6",
|
|
"json-schema-to-ts": "^1.6.4",
|
|
"material-ui-dropzone": "^3.5.0",
|
|
"mongodb": "^4.1.1",
|
|
"next": "^11.1.0",
|
|
"nodemailer": "^6.6.3",
|
|
"nodemon": "^2.0.12",
|
|
"prop-types": "^15.7.2",
|
|
"puppeteer": "^10.2.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-photo-gallery": "github:qwertyforce/react_photo_gallery_build",
|
|
"sharp": "^0.28.3",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|