{ "name": "zipline", "version": "3.5.1", "license": "MIT", "scripts": { "dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server", "build": "npm-run-all build:schema build:next", "build:next": "next build", "build:schema": "prisma generate --schema=prisma/schema.prisma", "migrate:dev": "prisma migrate dev --create-only", "start": "tsx src/server", "lint": "next lint", "docker:run": "docker-compose up -d", "docker:down": "docker-compose down", "docker:build-dev": "docker-compose --file docker-compose.dev.yml up --build" }, "dependencies": { "@dicedtomato/mantine-data-grid": "0.0.21", "@emotion/react": "^11.9.3", "@emotion/server": "^11.4.0", "@iarna/toml": "2.2.5", "@mantine/core": "^5.0.0", "@mantine/dropzone": "^5.0.0", "@mantine/form": "^5.0.0", "@mantine/hooks": "^5.0.0", "@mantine/modals": "^5.0.0", "@mantine/next": "^5.0.0", "@mantine/notifications": "^5.0.0", "@mantine/nprogress": "^5.0.0", "@mantine/prism": "^5.0.0", "@prisma/client": "^4.1.0", "@prisma/internals": "^4.1.0", "@prisma/migrate": "^4.1.0", "@reduxjs/toolkit": "^1.8.2", "argon2": "^0.28.5", "colorette": "^2.0.19", "cookie": "^0.5.0", "dayjs": "^1.11.5", "dotenv": "^16.0.1", "dotenv-expand": "^8.0.3", "fecha": "^4.2.3", "fflate": "^0.7.3", "find-my-way": "^6.3.0", "minio": "^7.0.28", "ms": "canary", "multer": "^1.4.5-lts.1", "next": "^12.1.6", "prisma": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-feather": "^2.0.10", "react-redux": "^8.0.2", "react-table": "^7.8.0", "redux": "^4.2.0", "sharp": "^0.30.7", "yup": "^0.32.11" }, "devDependencies": { "@types/cookie": "^0.5.1", "@types/minio": "^7.0.13", "@types/multer": "^1.4.7", "@types/node": "^15.12.2", "@types/sharp": "^0.30.5", "babel-plugin-import": "^1.13.5", "esbuild": "^0.14.44", "eslint": "^7.32.0", "eslint-config-next": "12.1.6", "npm-run-all": "^4.1.5", "ts-node": "^10.8.1", "tsx": "^3.8.0", "typescript": "^4.7.3" }, "repository": { "type": "git", "url": "https://github.com/diced/zipline.git" }, "packageManager": "yarn@3.2.1" }