forked from team-mirai-volunteer/action-board
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.47 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.47 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
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
{
"name": "action-board",
"version": "0.1.0",
"description": "チームみらい Action Board",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"types": "npx supabase gen types typescript --local > lib/types/supabase.ts && biome check --write lib/types/supabase.ts",
"biome:check:write": "biome check --write .",
"test": "jest && playwright test",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --testPathIgnorePatterns=tests/rls/ && jest --ci --reporters=default --reporters=jest-junit --testMatch='**/tests/rls/**/*.test.ts' --testEnvironment=node --coverage=false && CI=true playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:unit": "jest --testPathIgnorePatterns=tests/rls/",
"test:rls": "jest --testMatch='**/tests/rls/**/*.test.ts' --testEnvironment=node --coverage=false",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"mission:sync": "tsx mission_data/src/sync.ts",
"mission:sync:dry": "tsx mission_data/src/sync.ts --dry-run",
"mission:export": "tsx mission_data/src/export.ts",
"poster:load-csv": "tsx poster_data/load-csv.ts",
"poster:auto-load": "tsx poster_data/auto-load-from-drive.ts && npm run poster:mask-names",
"poster:auto-load:log": "./poster_data/auto-load-with-log.sh && npm run poster:mask-names",
"poster:clear": "./poster_data/clear.sh",
"poster:mask-names": "tsx poster_data/mask-names.ts",
"calculate-badges": "tsx scripts/calculate-badges.ts",
"export-users-prefecture": "tsx scripts/export-users-prefecture.ts"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.18.3",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@sentry/nextjs": "^9.22.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.8",
"@types/leaflet": "^1.9.18",
"@types/leaflet.markercluster": "^1.5.5",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"commander": "^11.1.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"embla-carousel-react": "^8.6.0",
"form-data": "^4.0.3",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^0.511.0",
"mailgun.js": "^12.0.3",
"nanoid": "^5.1.5",
"next": "^15.3.2",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-qr-code": "^2.0.15",
"sonner": "^2.0.4",
"uuid": "^9.0.1",
"zod": "^3.25.23"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "^3.2.6",
"@playwright/test": "^1.52.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/experimental-addon-test": "^8.6.14",
"@storybook/experimental-nextjs-vite": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.21",
"@types/pg": "^8.15.4",
"@types/pg-copy-streams": "^1.2.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.1.5",
"@types/uuid": "^9.0.7",
"@vitest/browser": "^3.1.4",
"@vitest/coverage-v8": "^3.1.4",
"dotenv": "^16.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.2",
"jest-junit": "^16.0.0",
"lefthook": "^1.11.13",
"pg": "^8.16.3",
"pg-copy-streams": "^7.0.0",
"playwright": "^1.52.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"storybook": "^8.6.14",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.0",
"typescript": "^5.8.3",
"vitest": "^3.1.4"
},
"jest-junit": {
"outputDirectory": "./jest-report",
"outputName": "junit.xml"
}
}