forked from UnicisTech/unicis-platform-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.07 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
{
"name": "unicis-platform-ce",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --port 4002",
"build": "prisma generate && prisma db push && next build",
"start": "next start --port 4002",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
"format": "prettier --write .",
"test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
"playwright:update": "playwright install && playwright install-deps",
"test:e2e": "playwright test",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage --env=jsdom",
"build-ci": "next build"
},
"dependencies": {
"@boxyhq/metrics": "0.2.5",
"@boxyhq/react-ui": "3.3.16",
"@boxyhq/saml-jackson": "1.14.2",
"@atlaskit/avatar": "^21.1.10",
"@atlaskit/badge": "^15.1.11",
"@atlaskit/button": "^16.5.6",
"@atlaskit/checkbox": "^12.6.1",
"@atlaskit/datetime-picker": "^12.3.9",
"@atlaskit/dropdown-menu": "^11.6.0",
"@atlaskit/dynamic-table": "^14.8.12",
"@atlaskit/form": "^8.8.4",
"@atlaskit/icon": "^21.11.5",
"@atlaskit/lozenge": "^11.4.2",
"@atlaskit/modal-dialog": "^12.4.11",
"@atlaskit/popup": "^1.5.5",
"@atlaskit/radio": "^5.6.5",
"@atlaskit/range": "^7.1.4",
"@atlaskit/section-message": "^6.4.1",
"@atlaskit/select": "^16.1.5",
"@atlaskit/tabs": "^13.4.1",
"@atlaskit/tag": "^11.5.2",
"@atlaskit/textarea": "^4.5.6",
"@atlaskit/textfield": "^5.3.6",
"@atlaskit/tokens": "^1.2.1",
"@emotion/react": "^11.10.6",
"@heroicons/react": "2.0.18",
"@hookform/resolvers": "3.3.2",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.5.2",
"@react-email/components": "0.0.7",
"@retracedhq/logs-viewer": "2.5.1",
"@retracedhq/retraced": "0.7.0",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.16",
"bcryptjs": "2.4.3",
"chart.js": "^4.2.1",
"classnames": "2.3.2",
"cookies-next": "4.0.0",
"crypto-js": "4.2.0",
"formik": "2.4.5",
"i18next": "22.5.1",
"mixpanel-browser": "2.47.0",
"moment": "2.29.4",
"next": "13.5.6",
"next-auth": "4.24.3",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"flowbite-datepicker": "^1.2.2",
"formidable": "3.5.0",
"multer": "1.4.5-lts.1",
"next-i18next": "13.3.0",
"nodemailer": "6.9.7",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-daisyui": "3.1.2",
"react-datepicker": "^4.10.0",
"react-dom": "18.2.0",
"react-email": "1.9.5",
"react-google-recaptcha": "3.1.0",
"react-hot-toast": "2.4.1",
"react-i18next": "12.3.1",
"svix": "1.13.0",
"swr": "2.2.4",
"uuid": "9.0.1",
"yup": "1.3.2",
"zod": "3.22.4",
"react-icons": "4.10.1",
"react-tailwindcss-datepicker": "^1.4.2",
"styled-components": "^5.3.8",
"superjson": "1.12.4",
"util": "0.12.5"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"@types/bcryptjs": "2.4.5",
"@types/crypto-js": "4.1.3",
"@types/jest": "29.5.6",
"@types/mixpanel-browser": "2.47.4",
"@types/mocha": "10.0.3",
"@types/node": "20.8.9",
"@types/nodemailer": "6.4.13",
"@types/react": "18.2.33",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@types/formidable": "3.4.0",
"@types/multer": "^1.4.7",
"@types/react-datepicker": "^4.8.0",
"@types/styled-components": "^5.1.26",
"daisyui": "2.52.0",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-react": "7.33.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"prisma": "5.5.2",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
}
}