-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "feedbacker",
"version": "1.1.0",
"homepage": "https://feedbacker.education",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@handsontable/react-wrapper": "^16.2.0",
"@tailwindcss/postcss": "^4.1.18",
"daisyui": "^5.5.14",
"handsontable": "^16.2.0",
"html2canvas-pro": "^1.6.6",
"hyperformula": "^3.1.1",
"jspdf": "^4.0.0",
"next": "16.1.1",
"postcss": "^8.5.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.70.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.1",
"typescript": "^5.9.3"
},
"browserslist": "> 1%",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}