-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "caravan-kidstec",
"version": "1.0.7",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev-win": "WATCHPACK_POLLING=true next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "bunx biome check --write",
"test:app": "bun test test/app",
"test:e2e": "bun playwright test",
"test:report": "bunx playwright show-report"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@line/bot-sdk": "^9.5.0",
"next": "canary",
"react": "canary",
"react-dom": "canary"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@happy-dom/global-registrator": "^15.11.6",
"@playwright/test": "next",
"@tailwindcss/postcss": "^4.0.0-beta.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@types/bun": "^1.1.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"babel-plugin-react-compiler": "experimental",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0-beta.2",
"typescript": "^5.7.2"
},
"trustedDependencies": ["@biomejs/biome", "sharp"]
}