-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
148 lines (148 loc) · 4.76 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
{
"name": "fresco",
"version": "2.0.2",
"private": true,
"type": "module",
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b",
"scripts": {
"build": "next build",
"dev": "docker-compose -f docker-compose.dev.yml up -d && next dev",
"postinstall": "node postinstall.js",
"lint": "SKIP_ENV_VALIDATION=true next lint",
"ts-lint": "SKIP_ENV_VALIDATION=true tsc --noEmit --incremental",
"ts-lint:watch": "SKIP_ENV_VALIDATION=true tsc --noEmit --incremental --watch",
"start": "next start",
"vercel-build": "node ./setup-database.js && node ./initialize.js && next build",
"knip": "knip",
"test": "vitest",
"load-test": "docker run -i grafana/k6 run - <load-test.js"
},
"pnpm": {
"overrides": {
"d3-force>d3-timer": "3.0.0"
}
},
"dependencies": {
"@codaco/analytics": "7.0.0",
"@codaco/protocol-validation": "3.0.0-alpha.4",
"@codaco/shared-consts": "^0.0.2",
"@hookform/resolvers": "^3.9.1",
"@lucia-auth/adapter-prisma": "^3.0.2",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-table": "^8.20.5",
"@uploadthing/react": "^7.1.0",
"@xmldom/xmldom": "^0.8.10",
"animejs": "^2.2.0",
"archiver": "^7.0.1",
"async": "^3.2.6",
"blobs": "2.3.0-beta.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"cmdk": "^1.0.4",
"color": "^2.0.1",
"concaveman": "^1.2.1",
"csvtojson": "^2.0.10",
"d3-interpolate-path": "^2.3.0",
"dotenv": "^16.4.5",
"es-toolkit": "^1.27.0",
"fuse.js": "^7.0.0",
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lucia": "^2.7.7",
"lucide-react": "^0.314.0",
"luxon": "^3.5.0",
"motion": "^11.12.0",
"next": "^14.2.16",
"nuqs": "^1.19.1",
"ohash": "^1.1.4",
"papaparse": "^5.4.1",
"react": "18.3.1",
"react-compound-slider": "^3.4.0",
"react-dom": "18.3.1",
"react-dropzone": "^14.3.5",
"react-flip-toolkit": "^7.2.4",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-redux": "^8.1.3",
"react-resize-aware": "^4.0.0",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"recompose": "npm:react-recompose@^0.33.0",
"redux-form": "^8.3.10",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-gemoji": "^8.0.0",
"reselect": "^4.1.8",
"sanitize-filename": "^1.6.3",
"scrollparent": "^2.1.0",
"sharp": "^0.33.5",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^2.5.5",
"uploadthing": "^7.2.0",
"usehooks-ts": "^2.16.0",
"uuid": "^11.0.2",
"validator": "^13.12.0",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@prisma/client": "^5.22.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/postcss": "4.0.0-beta.3",
"@tailwindcss/typography": "^0.5.15",
"@total-typescript/ts-reset": "^0.6.1",
"@types/archiver": "^6.0.3",
"@types/async": "^3.2.24",
"@types/d3-interpolate-path": "^2.0.3",
"@types/eslint": "^8.56.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.1",
"@types/redux-form": "^8.3.11",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"knip": "^5.37.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^5.22.0",
"sass": "^1.81.0",
"tailwindcss": "4.0.0-beta.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.7"
}
}