-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "avalia",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cd docs && npm run build && cd ../ && next build",
"start": "next start",
"format": "npx @biomejs/biome check --write ./src/",
"prepare": "git config --local core.hooksPath .hooks/",
"postinstall": "cd docs && npm install"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"core-js": "^3.40.0",
"firebase": "^11.2.0",
"google-auth-library": "^9.15.1",
"google-spreadsheet": "^4.1.4",
"next": "^15.1.6",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-tailwindcss-select": "^1.8.5",
"react-tooltip": "^5.28.0",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4.0.3",
"@types/node": "^22.13.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}