-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
152 lines (152 loc) · 5 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
145
146
147
148
149
150
151
152
{
"name": "ticketshop",
"version": "0.1.0",
"private": false,
"description": "Full-stack ticket shop with admin dashboard.",
"author": "Marius Butz",
"homepage": "https://github.com/mbpictures/ticketshop#readme",
"license": "MIT",
"scripts": {
"copy-standalone": "npx copyfiles -a -E \"public/**/*\" .next/standalone && npx copyfiles -a -E \".next/static/**/*\" .next/standalone/ && cd src && npx copyfiles -a -E \"assets/**/*\" ../.next/standalone/.next/server/chunks",
"dev": "next dev",
"dev:test": "cross-env EMAIL_PROVIDER= EMAIL_HOST=localhost EMAIL_PORT=7777 next dev",
"build": "next build && npm run copy-standalone",
"start": "next start -p $PORT",
"start:default": "next start -p 3000",
"start:test": "cross-env EMAIL_PROVIDER= EMAIL_HOST=localhost EMAIL_PORT=7777 nyc next start -p 3000",
"vercel-build": "prisma generate && prisma migrate reset --force --skip-seed && prisma db push && prisma db seed && next build",
"heroku-postbuild": "prisma generate && prisma migrate reset --force --skip-seed && prisma db push && prisma db seed && next build",
"prisma:generate": "prisma generate",
"ngrok": "ngrok http 3000",
"lint": "next lint",
"analyze": "set ANALYZE=true && npm run build",
"cypress:build": "prisma generate && prisma migrate reset --force --skip-seed && prisma db push && cross-env INSTRUMENT_CODE=true next build",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run-ct": "cypress run --component --env INSTRUMENT_CODE=true",
"cypress:cov": "npx nyc report --reporter=text-summary"
},
"cacheDirectories": [
".next/cache"
],
"pre-commit": [
"lint"
],
"pkg": {
"assets": [
"src/assets/**/*",
"public/**/*"
]
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"nyc": {
"all": true,
"include": "src/**"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@faker-js/faker": "^7.5.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.10.5",
"@mui/styles": "^5.10.3",
"@mui/x-date-pickers": "^5.0.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@paypal/react-paypal-js": "^7.8.1",
"@prisma/client": "^4.3.1",
"@reduxjs/toolkit": "^1.8.5",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.36.0",
"ajv": "^8.11.0",
"apexcharts": "^3.35.5",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"bcryptjs": "^2.4.3",
"copy-webpack-plugin": "^11.0.0",
"country-region-data": "^1.11.0",
"currency-symbol-map": "^5.1.0",
"date-fns": "^2.29.3",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"ejs": "^3.1.8",
"fast-xml-parser": "^4.0.9",
"formidable": "^2.0.1",
"formik": "^2.2.9",
"framer-motion": "^6.3.11",
"google-auth-library": "^8.5.2",
"i18n-iso-countries": "^7.5.0",
"ical-generator": "^3.5.2",
"json-2-csv": "^3.17.1",
"jsonwebtoken": "^8.5.1",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"mui-color": "^2.0.0-beta.2",
"next": "^12.3.0",
"next-absolute-url": "^1.2.2",
"next-auth": "^4.10.3",
"next-translate": "^1.6.0",
"nodemailer": "^6.7.8",
"notistack": "^2.0.5",
"paypal-checkout": "^4.0.336",
"pdf-lib": "^1.17.1",
"pdf-merger-js": "^5.1.2",
"ps-node-promise-es6": "^0.0.1",
"puppeteer": "^19.8.2",
"qrcode": "^1.5.1",
"raw-body": "^2.5.1",
"react": "17.0.2",
"react-apexcharts": "^1.4.0",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.15.0",
"react-flag-kit": "^1.1.1",
"react-json-view": "^1.21.3",
"react-json-viewer": "^3.0.1",
"react-parallax-tilt": "^1.7.63",
"react-qr-reader": "^3.0.0-beta-1",
"react-redux": "^8.0.2",
"react-zoom-pan-pinch": "^2.1.3",
"request-ip": "^3.3.0",
"sass": "^1.54.9",
"simplebar-react": "^2.4.1",
"stripe": "^10.8.0",
"uuid": "^9.0.0",
"webpack-bundle-analyzer": "^4.6.1",
"webrtc-adapter": "^8.1.2",
"yup": "^0.32.11",
"zippo": "^1.0.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.10.0",
"@cypress/react": "6.2.0",
"@cypress/webpack-dev-server": "^2.3.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.7.18",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-redux": "^7.1.24",
"babel-loader": "^8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"chai-colors": "^1.0.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cypress": "^10.7.0",
"cypress-real-events": "^1.7.1",
"eslint": "8.23.1",
"eslint-config-next": "^12.3.0",
"html-webpack-plugin": "^5.5.0",
"ngrok": "^4.3.3",
"postcss": "^8.4.16",
"pre-commit": "^1.2.2",
"prettier": "2.7.1",
"prisma": "^4.3.1",
"smtp-tester": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-dev-server": "^4.11.0"
}
}