-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.91 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
{
"name": "crackq.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' npm-run-all --parallel dev:*",
"dev:tailwind": "npx tailwindcss -i ./styles/_common.css -o ./styles/dist/tailwind.css",
"dev:run": "next dev",
"build": "cross-env ANALYZE=true npm-run-all build:*",
"build:tailwind": "npx tailwindcss -i ./styles/_common.css -o ./styles/dist/tailwind.css",
"build:run": "next build",
"start": "NEXT_MANUAL_SIG_HANDLE=true next start",
"story": "npx ladle serve",
"lint": "STORY=true next lint",
"test": "jest"
},
"dependencies": {
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@marsidev/react-turnstile": "^0.2.1",
"@maxmind/geoip2-node": "^4.0.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^13.4.4",
"@next/font": "13.4.4",
"@patternfly-labs/react-form-wizard": "^1.24.0",
"@patternfly/react-core": "^4.276.8",
"@patternfly/react-styles": "^4.92.6",
"@patternfly/react-table": "^4.113.0",
"@previewjs/config-helper-nextjs": "^1.0.20",
"@prisma/client": "^5.3.0",
"@react-hook/resize-observer": "^1.2.6",
"@reduxjs/toolkit": "^1.9.5",
"@resvg/resvg-js": "^2.4.1",
"@types/react-scroll": "^1.8.7",
"animejs": "^3.2.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
"cookies-next": "^2.1.1",
"cors": "^2.8.5",
"csstype": "^3.1.2",
"d3-scale": "^4.0.2",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.6",
"install": "^0.13.0",
"iron-session": "^6.3.1",
"isomorphic-fetch": "^3.0.0",
"kaitai-struct": "^0.10.0",
"maxmind": "^4.3.11",
"modern-normalize": "^2.0.0",
"msw": "^1.2.1",
"nanoclamp": "^2.0.5",
"nanoid": "^5.0.1",
"next": "13.4.4",
"next-api-decorators": "^2.0.2",
"next-images": "^1.8.5",
"next-redux-wrapper": "^8.1.0",
"next-themes": "^0.2.1",
"npm": "^9.8.0",
"path-to-regexp": "^6.2.1",
"prismock": "^1.21.1",
"public-ip": "^6.0.1",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-obfuscate": "^3.6.9",
"react-outside-click-handler": "^1.3.0",
"react-redux": "^8.0.5",
"react-scroll": "^1.8.9",
"react-select-search": "^4.1.6",
"react-super-responsive-table": "^5.2.1",
"react-tether": "^3.0.1",
"redux-persist": "^6.0.0",
"request-ip": "^3.3.0",
"sass": "^1.62.1",
"uint8-to-utf16": "github:WebReflection/uint8-to-utf16",
"ulidx": "^2.1.0",
"web-vitals": "^3.3.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.22.3",
"@babel/plugin-syntax-decorators": "^7.22.3",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@ladle/react": "^2.13.0",
"@next/env": "^13.4.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@total-typescript/ts-reset": "^0.4.2",
"@types/animejs": "^3.1.7",
"@types/cookie": "^0.5.1",
"@types/cors": "^2.8.13",
"@types/d3-scale": "^4.0.3",
"@types/geoip-lite": "^1.4.1",
"@types/jest": "^29.5.1",
"@types/jest-in-case": "^1.0.6",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-detect-offline": "^2.4.1",
"@types/react-dom": "18.2.4",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-redux": "^7.1.25",
"@types/react-test-renderer": "^18.0.0",
"@types/request-ip": "^0.0.37",
"@types/tether": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-tailwindcss": "^3.12.0",
"eslint-plugin-testing-library": "^5.11.0",
"inter-ui": "^3.19.3",
"jest": "^29.7.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.5.0",
"jest-in-case": "^1.0.2",
"next-test-api-route-handler": "^3.1.8",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.3.0",
"react-test-renderer": "^18.2.0",
"stylelint": "^15.6.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"stylelint-webpack-plugin": "^4.1.1",
"tailwind-utopia": "github:domchristie/tailwind-utopia",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6",
"utility-types": "^3.10.0",
"vite-plugin-svgr": "^3.2.0"
},
"babel": {},
"overrides": {
"@rushstack/eslint-patch": "^1.3.2"
}
}