This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.5 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
{
"name": "2024-hp",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.13.2",
"description": "第59回鈴鹿高専祭 公式HP",
"author": {
"name": "suzuka-kosen-festa"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/suzuka-kosen-festa/2024-HP"
},
"sideEffects": [
"src/styles/globals.css.ts"
],
"scripts": {
"analyze": "remix vite:build --mode analyze && serve build/client",
"build": "remix vite:build",
"build-storybook": "storybook build",
"dev": "remix vite:dev",
"fmt": "run-s -c fmt:*",
"fmt:eslint": "pnpm run lint:eslint --fix",
"gen": "plop",
"lint": "run-p -c lint:*",
"lint:eslint": "eslint .",
"lint:tsc": "tsc -p . --noEmit",
"start": "NODE_ENV=production wrangler pages dev build/client",
"storybook": "storybook dev -p 6006",
"test": "run-p -c test:*",
"test:integration": "playwright test",
"test:storybook": "test-storybook",
"test:unit": "vitest"
},
"dependencies": {
"@builder.io/partytown": "0.10.2",
"@gsap/react": "2.1.1",
"@remix-run/cloudflare": "2.14.0",
"@remix-run/cloudflare-pages": "2.14.0",
"@remix-run/react": "2.14.0",
"@vanilla-extract/dynamic": "2.1.2",
"clsx": "2.1.1",
"gsap": "3.12.5",
"isbot": "5.1.17",
"lit-date": "1.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"temporal-polyfill": "0.2.5"
},
"devDependencies": {
"@axe-core/playwright": "4.10.1",
"@cloudflare/workers-types": "4.20241112.0",
"@content-collections/core": "0.7.3",
"@content-collections/remix-vite": "0.1.2",
"@iconify-json/ic": "1.2.1",
"@iconify-json/ion": "1.2.1",
"@iconify-json/mdi": "1.2.1",
"@iconify-json/mingcute": "1.2.1",
"@iconify-json/pixelarticons": "1.2.1",
"@iconify-json/ri": "1.2.3",
"@playwright/test": "1.48.2",
"@re-taro/eslint-config": "5.2.1",
"@remix-run/dev": "2.14.0",
"@remix-run/testing": "2.14.0",
"@storybook/addon-a11y": "8.4.4",
"@storybook/addon-actions": "8.4.4",
"@storybook/addon-essentials": "8.4.4",
"@storybook/addon-interactions": "8.4.4",
"@storybook/addon-links": "8.4.4",
"@storybook/blocks": "8.4.4",
"@storybook/react": "8.4.4",
"@storybook/react-vite": "8.4.4",
"@storybook/test": "8.4.4",
"@storybook/test-runner": "0.19.1",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vanilla-extract/css": "1.16.0",
"@vanilla-extract/vite-plugin": "4.0.17",
"@vitejs/plugin-react-swc": "3.7.1",
"axe-playwright": "2.0.3",
"browserslist-to-esbuild": "2.1.1",
"concurrently": "9.1.0",
"eslint": "9.14.0",
"eslint-plugin-format": "0.1.2",
"jsdom": "25.0.1",
"npm-run-all2": "7.0.1",
"playwright": "1.48.2",
"plop": "4.0.1",
"remix-development-tools": "4.7.6",
"rollup-plugin-visualizer": "5.12.0",
"serve": "14.2.4",
"sirv-cli": "3.0.0",
"storybook": "8.4.4",
"terser": "5.36.0",
"typescript": "5.6.3",
"unplugin-icons": "0.20.1",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2",
"vitest": "2.1.5",
"wait-on": "8.0.1",
"wrangler": "3.87.0"
},
"browserslist": [
">0.2% and not dead, defaults"
],
"pnpm": {
"patchedDependencies": {
"@gsap/react@2.1.1": "patches/@gsap__react@2.1.1.patch"
}
}
}