-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.87 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
{
"name": "onlaunch",
"version": "0.1.0",
"private": true,
"scripts": {
"cypress:ci": "cypress run",
"dev": "next dev",
"build": "yarn generate:docs && next build",
"format": "prettier --write \"**/*.ts\"",
"generate:docs": "next-swagger-doc-cli next-swagger-doc.json --output ./public/openapi.json",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:ci": "jest --ci --coverage",
"test:e2e:ci": "start-server-and-test start http://0.0.0.0:3000 cypress:ci",
"test:watch": "jest --watch",
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/icons": "2.2.4",
"@chakra-ui/react": "2.10.4",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@fontsource-variable/plus-jakarta-sans": "5.1.0",
"@prisma/client": "5.22.0",
"@sentry/nextjs": "8.41.0",
"@stripe/react-stripe-js": "3.0.0",
"@stripe/stripe-js": "5.2.0",
"@types/bcrypt": "5.0.2",
"autoprefixer": "10.4.20",
"base64url": "3.0.1",
"bcrypt": "5.1.1",
"cal-sans": "1.0.1",
"chart.js": "4.4.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"dotenv": "16.4.5",
"formik": "2.4.6",
"framer-motion": "11.12.0",
"http-status-codes": "2.3.0",
"ioredis": "5.4.1",
"js-yaml": "4.1.0",
"luxon": "3.5.0",
"mobx": "6.13.5",
"moment": "2.30.1",
"next": "14.2.18",
"next-auth": "4.24.7",
"next-swagger-doc": "0.4.1",
"nodemailer": "6.9.16",
"postcss": "8.4.49",
"prisma": "5.22.0",
"ramda": "0.30.1",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1",
"react-icons": "5.3.0",
"redoc": "2.2.0",
"reflect-metadata": "0.2.2",
"request-ip": "3.3.0",
"stripe": "16.12.0",
"styled-components": "6.1.13",
"swr": "2.2.5",
"use-debounce": "10.0.4",
"uuid": "11.0.3",
"yup": "1.4.0"
},
"devDependencies": {
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/js-yaml": "4.0.9",
"@types/node": "22.10.1",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/request-ip": "0.0.41",
"@types/testing-library__jest-dom": "5.14.9",
"core-js": "3.39.0",
"cypress": "13.16.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-mock-extended": "^4.0.0-beta1",
"local-cypress": "1.2.6",
"next-router-mock": "0.9.13",
"node-mocks-http": "^1.16.1",
"pinst": "3.0.0",
"prettier": "3.4.1",
"start-server-and-test": "2.0.8",
"tailwindcss": "3.4.15",
"ts-node": "10.9.2",
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "18.3.12"
},
"packageManager": "yarn@4.5.3"
}