-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
144 lines (144 loc) · 4.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "basetool",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "yarn tsc && next lint --quiet",
"try": "yarn build && yarn start",
"test:migrate": "zx ./scripts/test:migrate.mjs",
"test:start-server": "NODE_ENV=test next dev -p 4099",
"start-cypress": "zx ./scripts/start-cypress.mjs",
"docker-start": "zx ./scripts/docker-start.mjs && yarn start",
"vercel-build": "prisma migrate deploy && next build",
"postinstall": "prisma generate"
},
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@codemirror/lang-javascript": "^0.19.3",
"@codemirror/lang-sql": "^0.19.4",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@fontsource/nunito": "^4.5.0",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.3",
"@next-auth/prisma-adapter": "^0.5.4",
"@pm2/io": "^5.0.0",
"@prisma/client": "^3.6.0",
"@reduxjs/toolkit": "^1.6.1",
"@segment/snippet": "^4.15.3",
"@sentry/nextjs": "^6.16.1",
"@uiw/react-codemirror": "^4.2.4",
"accesscontrol": "^2.2.1",
"analytics-node": "^5.1.2",
"autoprefixer": "^10.4.0",
"aws-sdk": "^2.1013.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"classnames": "^2.3.1",
"concurrently": "^6.2.1",
"crypto": "^1.0.1",
"cypress": "8.7.0",
"deep-object-diff": "^1.1.0",
"dotenv-cli": "^4.0.0",
"emailjs": "^3.6.0",
"form-data": "^4.0.0",
"formidable": "^1.2.6",
"framer-motion": "^4",
"get-port": "^6.0.0",
"google-auth-library": "^7.9.1",
"google-spreadsheet": "^3.1.15",
"googleapis": "^85.0.0",
"handlebars": "^4.7.7",
"html-react-parser": "^1.4.0",
"immutability-helper": "^3.1.1",
"intercom-client": "^2.11.2",
"ioredis": "^4.28.0",
"joi": "^17.4.2",
"knex": "^0.95.14",
"knex-schema-inspector": "^1.6.4",
"knex-utils": "^5.4.0",
"lodash": "^4.17.21",
"luxon": "^2.1.1",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"next": "^12.0.7",
"next-auth": "^3.28.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pg": "^8.7.1",
"pino": "^7.2.0",
"pluralize": "^8.0.0",
"postcss": "^8.4.5",
"postcss-nested": "^5.0.6",
"postcss-nested-ancestors": "^2.0.0",
"prisma": "^3.6.0",
"react": "17.0.2",
"react-avatar": "^3.10.0",
"react-datepicker": "^4.2.1",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-hook-form": "^7.19.5",
"react-json-view": "^1.21.3",
"react-redux": "^7.2.6",
"react-table": "^7.7.0",
"react-toastify": "^8.1.0",
"react-use": "^17.3.1",
"react-use-intercom": "^1.4.0",
"sharp": "^0.29.3",
"slugify": "^1.6.3",
"stripe": "^8.191.0",
"tailwindcss": "^3.0.2",
"tedious": "^13.2.0",
"tunnel-ssh": "^4.1.6",
"urijs": "^1.19.7",
"uuid": "^8.3.2",
"zx": "^4.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@next/bundle-analyzer": "^11.1.2",
"@types/analytics-node": "^3.1.6",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.4.1",
"@types/formidable": "^1.2.4",
"@types/google-spreadsheet": "^3.1.5",
"@types/intercom-client": "^2.11.11",
"@types/ioredis": "^4.27.2",
"@types/lodash": "^4.14.172",
"@types/luxon": "^2.0.4",
"@types/md5": "^2.3.1",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.1",
"@types/pg": "^8.6.1",
"@types/pluralize": "^0.0.29",
"@types/react": "17.0.18",
"@types/react-datepicker": "^4.1.4",
"@types/react-table": "^7.7.2",
"@types/tunnel-ssh": "^4.1.1",
"@types/urijs": "^1.19.17",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-next": "^11.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unused-imports": "^1.1.4",
"postcss-import": "^14.0.2",
"ts-node": "^10.2.0",
"typescript": "4.3.5"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}