{ "name": "zip3", "version": "3.4.2", "license": "MIT", "scripts": { "dev": "node esbuild.config.js && REACT_EDITOR=code-insiders NODE_ENV=development node dist/server", "build": "npm-run-all build:server build:schema build:next", "build:server": "node esbuild.config.js", "build:next": "next build", "build:schema": "prisma generate --schema=prisma/schema.prisma", "migrate:dev": "prisma migrate dev --create-only", "start": "node server", "lint": "next lint", "seed": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" --transpile-only prisma/seed.ts", "docker:run": "docker-compose up -d", "docker:down": "docker-compose down", "docker:build-dev": "docker-compose --file docker-compose.dev.yml up --build" }, "dependencies": { "@iarna/toml": "2.2.5", "@mantine/core": "^3.6.9", "@mantine/dropzone": "^3.6.9", "@mantine/hooks": "^3.6.9", "@mantine/modals": "^3.6.9", "@mantine/next": "^3.6.9", "@mantine/notifications": "^3.6.9", "@mantine/prism": "^3.6.11", "@modulz/radix-icons": "^4.0.0", "@prisma/client": "^3.9.2", "@prisma/migrate": "^3.9.2", "@prisma/sdk": "^3.9.2", "@reduxjs/toolkit": "^1.6.0", "argon2": "^0.28.2", "aws-sdk": "^2.1085.0", "colorette": "^1.2.2", "cookie": "^0.4.1", "fecha": "^4.2.1", "multer": "^1.4.2", "next": "^12.1.0", "prisma": "^3.9.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.4", "react-table": "^7.7.0", "redux": "^4.1.0", "redux-thunk": "^2.3.0", "uuid": "^8.3.2", "yup": "^0.32.9" }, "devDependencies": { "@types/cookie": "^0.4.0", "@types/multer": "^1.4.6", "@types/node": "^15.12.2", "babel-plugin-import": "^1.13.3", "esbuild": "^0.14.23", "eslint": "^7.32.0", "eslint-config-next": "11.0.0", "npm-run-all": "^4.1.5", "ts-node": "^10.0.0", "typescript": "^4.3.2" }, "repository": { "type": "git", "url": "https://github.com/diced/zipline.git" } }