zipline/package.json
2022-10-16 14:06:32 -07:00

83 lines
2.5 KiB
JSON

{
"name": "zipline",
"version": "3.5.1",
"license": "MIT",
"scripts": {
"dev": "cross-env REACT_EDITOR=code NODE_ENV=development tsx src/server",
"build": "npm-run-all build:schema build:next",
"build-ci": "cross-env ZIPLINE_DOCKER_BUILD=1 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",
"scripts:read-config": "tsx src/scripts/read-config"
},
"dependencies": {
"@dicedtomato/mantine-data-grid": "0.0.21",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@mantine/core": "^5.2.6",
"@mantine/dropzone": "^5.2.6",
"@mantine/form": "^5.2.6",
"@mantine/hooks": "^5.2.6",
"@mantine/modals": "^5.2.6",
"@mantine/next": "^5.2.6",
"@mantine/notifications": "^5.2.6",
"@mantine/nprogress": "^5.2.6",
"@mantine/prism": "^5.2.6",
"@prisma/client": "^4.1.0",
"@prisma/internals": "^4.1.0",
"@prisma/migrate": "^4.1.0",
"@tanstack/react-query": "^4.2.3",
"argon2": "^0.28.5",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.1.0",
"color-hash": "^2.0.1",
"colorette": "^2.0.19",
"cookie": "^0.5.0",
"dayjs": "^1.11.5",
"dotenv": "^16.0.1",
"dotenv-expand": "^8.0.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-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"recoil": "^0.7.5",
"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/react": "^18.0.18",
"@types/sharp": "^0.30.5",
"babel-plugin-import": "^1.13.5",
"cross-env": "^7.0.3",
"esbuild": "^0.14.44",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.6",
"eslint-plugin-prettier": "^4.2.1",
"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"
}