{ "name": "zipline-next", "version": "2.0.0", "private": true, "dependencies": { "@dicedtomato/colors": "^1.0.3", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "bcrypt": "^5.0.0", "clsx": "^1.1.1", "copy-to-clipboard": "^3.3.1", "crypto-js": "^4.0.0", "fastify": "^3.5.0", "fastify-cookie": "^4.1.0", "fastify-cors": "^4.1.0", "fastify-decorators": "^3.2.3", "fastify-mongodb": "^2.0.1", "fastify-multipart": "^3.2.0", "fastify-typeorm-plugin": "^2.1.2", "next": "^9.5.3", "react": "^16.13.1", "react-dom": "^16.13.1", "react-redux": "^7.2.1", "redux": "^4.0.5", "redux-persist": "^6.0.0", "toml": "^3.0.0", "typeorm": "^0.2.28" }, "scripts": { "format": "prettier --write .", "lint": "eslint .", "dev": "ts-node src", "build": "next build && tsc -p .", "start": "NODE_ENV=production node dist" }, "devDependencies": { "@types/bcrypt": "^3.0.0", "@types/crypto-js": "^3.1.47", "@types/mongodb": "^3.5.27", "@types/node": "^14.11.2", "@types/react": "^16.9.49", "@types/react-redux": "^7.1.9", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "eslint": "^7.10.0", "eslint-plugin-react": "^7.21.3", "mongodb": "^3.6.2", "pg": "^8.4.0", "prettier": "2.1.2", "ts-node": "^9.0.0", "typescript": "^4.0.3" } }