2021-06-23 13:20:20 -05:00
|
|
|
{
|
|
|
|
"name": "zip3",
|
2021-09-12 23:17:27 -05:00
|
|
|
"version": "3.2.2",
|
2021-06-23 13:20:20 -05:00
|
|
|
"scripts": {
|
|
|
|
"prepare": "husky install",
|
|
|
|
"dev": "NODE_ENV=development node server",
|
|
|
|
"build": "npm-run-all build:schema build:next",
|
|
|
|
"build:next": "next build",
|
2021-08-25 11:58:48 -05:00
|
|
|
"build:schema": "prisma generate --schema=prisma/schema.prisma",
|
2021-06-23 13:20:20 -05:00
|
|
|
"start": "node server",
|
|
|
|
"lint": "next lint",
|
2021-08-25 12:01:57 -05:00
|
|
|
"ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\" --transpile-only",
|
2021-06-23 13:20:20 -05:00
|
|
|
"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",
|
2021-09-12 23:17:27 -05:00
|
|
|
"@prisma/client": "^3.0.2",
|
2021-06-23 13:20:20 -05:00
|
|
|
"@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",
|
2021-06-23 16:21:34 -05:00
|
|
|
"multer": "^1.4.2",
|
2021-09-02 22:59:30 -05:00
|
|
|
"next": "11.1.1",
|
2021-09-12 23:17:27 -05:00
|
|
|
"prisma": "^3.0.2",
|
2021-06-23 13:20:20 -05:00
|
|
|
"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",
|
2021-06-23 16:21:34 -05:00
|
|
|
"@types/multer": "^1.4.6",
|
2021-06-23 13:20:20 -05:00
|
|
|
"@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"
|
|
|
|
}
|
|
|
|
}
|