{ "name": "zip3", "version": "3.2.2", "scripts": { "prepare": "husky install", "dev": "NODE_ENV=development node server", "build": "npm-run-all build:schema build:next", "build:next": "next build", "build:schema": "prisma generate --schema=prisma/schema.prisma", "start": "node server", "lint": "next lint", "ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" --transpile-only", "semantic-release": "semantic-release" }, "dependencies": { "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", "@iarna/toml": "2.2.5", "@material-ui/core": "^5.0.0-alpha.37", "@material-ui/icons": "^5.0.0-alpha.37", "@material-ui/styles": "^5.0.0-alpha.35", "@prisma/client": "^3.0.2", "@reduxjs/toolkit": "^1.6.0", "argon2": "^0.28.2", "colorette": "^1.2.2", "cookie": "^0.4.1", "copy-to-clipboard": "^3.3.1", "fecha": "^4.2.1", "formik": "^2.2.9", "multer": "^1.4.2", "next": "11.1.1", "prisma": "^3.0.2", "react": "17.0.2", "react-dom": "17.0.2", "react-dropzone": "^11.3.2", "react-redux": "^7.2.4", "redux": "^4.1.0", "redux-thunk": "^2.3.0", "yup": "^0.32.9" }, "devDependencies": { "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@types/cookie": "^0.4.0", "@types/multer": "^1.4.6", "@types/node": "^15.12.2", "babel-plugin-transform-imports": "^2.0.0", "eslint": "7.28.0", "eslint-config-next": "11.0.0", "husky": "^6.0.0", "npm-run-all": "^4.1.5", "release": "^6.3.0", "ts-node": "^10.0.0", "typescript": "^4.3.2" }, "repository": { "type": "git", "url": "https://github.com/diced/workflow-testing.git" } }