mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-31 11:42:35 +00:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "custom-server-typescript",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"build": "next build && tsc --project tsconfig.server.json",
|
|
"build_server_api": "tsc --project tsconfig.server.json",
|
|
"start": "cross-env NODE_ENV=production node dist/server/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
|
"@fortawesome/free-brands-svg-icons": "^5.14.0",
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
"@types/sharp": "^0.26.0",
|
|
"axios": "^0.20.0",
|
|
"bcrypt": "^5.0.0",
|
|
"body-parser": "^1.19.0",
|
|
"connect-mongo": "^3.2.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.2",
|
|
"express": "^4.17.1",
|
|
"express-mongo-sanitize": "^2.0.0",
|
|
"express-rate-limit": "^5.1.3",
|
|
"express-recaptcha": "^5.0.2",
|
|
"express-session": "^1.17.1",
|
|
"express-validator": "^6.6.1",
|
|
"imghash": "0.0.7",
|
|
"material-ui-dropzone": "^3.4.0",
|
|
"mongodb": "^3.6.1",
|
|
"multer": "^1.4.2",
|
|
"next": "latest",
|
|
"nodemailer": "^6.4.11",
|
|
"opencv4nodejs": "^5.6.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-photo-gallery": "^8.0.0",
|
|
"sharp": "^0.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^3.0.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/cors": "^2.8.7",
|
|
"@types/express": "^4.17.7",
|
|
"@types/express-mongo-sanitize": "^1.3.2",
|
|
"@types/express-rate-limit": "^5.1.0",
|
|
"@types/express-session": "^1.17.0",
|
|
"@types/grecaptcha": "^3.0.1",
|
|
"@types/mongodb": "^3.5.27",
|
|
"@types/multer": "^1.4.4",
|
|
"@types/node": "^14.6.2",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/react": "^16.9.48",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^3.10.1",
|
|
"@typescript-eslint/parser": "^3.10.1",
|
|
"eslint": "^7.7.0",
|
|
"eslint-plugin-react": "^7.20.6",
|
|
"jest": "^26.4.2",
|
|
"nodemon": "^2.0.4",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "4.0.2"
|
|
}
|
|
}
|