69 lines
2.6 KiB
JSON
69 lines
2.6 KiB
JSON
{
|
|
"name": "scenery",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"bootstrap": "node ./bootstrap/bootstrap.js",
|
|
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider nodemon",
|
|
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider next build && tsc --project tsconfig.server.json",
|
|
"build_pages": "next build",
|
|
"build_server": "tsc --project tsconfig.server.json",
|
|
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production node dist/server/index.js",
|
|
"start_dev": "cross-env NODE_ENV=development node dist/server/index.js",
|
|
"import_images": "cross-env NODE_ENV=development node dist/server/bulk_import_images/bulk_import_images.js",
|
|
"import_tags": "cross-env NODE_ENV=development node dist/server/bulk_import_images/bulk_import_tags.js",
|
|
"import_captions": "cross-env NODE_ENV=development node dist/server/bulk_import_images/bulk_import_captions.js"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.10.1",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/server": "^11.10.0",
|
|
"@emotion/styled": "^11.10.0",
|
|
"@fastify/cookie": "^7.4.0",
|
|
"@fastify/cors": "^8.1.0",
|
|
"@fastify/formbody": "^7.0.1",
|
|
"@fastify/multipart": "^7.1.0",
|
|
"@fastify/session": "^9.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/react-fontawesome": "^0.1.15",
|
|
"@mui/icons-material": "^5.8.4",
|
|
"@mui/material": "^5.10.0",
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/cli-progress": "^3.11.0",
|
|
"@types/grecaptcha": "^3.0.4",
|
|
"@types/node": "^18.7.3",
|
|
"@types/nodemailer": "^6.4.5",
|
|
"@types/react": "^18.0.17",
|
|
"@types/sharp": "^0.30.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"axios": "^0.27.2",
|
|
"bcrypt": "^5.0.1",
|
|
"cli-progress": "^3.11.2",
|
|
"clsx": "^1.2.1",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"connect-mongo": "^4.6.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"express-session": "^1.17.3",
|
|
"fastify": "^4.8.1",
|
|
"fastify-recaptcha": "^1.0.0",
|
|
"file-type": "^16.5.4",
|
|
"form-data": "^4.0.0",
|
|
"json-schema-to-ts": "^2.5.5",
|
|
"mongodb": "^4.8.1",
|
|
"mui-file-dropzone": "^4.0.1",
|
|
"next": "^12.2.5",
|
|
"nodemailer": "^6.7.8",
|
|
"nodemon": "^2.0.19",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-photo-gallery": "github:qwertyforce/react_photo_gallery_build",
|
|
"sharp": "^0.30.7",
|
|
"tss-react": "^3.7.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|