-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.56 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
{
"name": "re-taro.dev",
"type": "module",
"version": "2.2.1",
"private": true,
"packageManager": "pnpm@9.15.1",
"description": "My personal homepage",
"author": "Rintaro Itokawa <me@re-taro.dev> (https://re-taro.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/re-taro/re-taro.dev"
},
"sideEffects": false,
"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",
"prepare": "panda codegen",
"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": {
"@remix-run/cloudflare": "2.15.2",
"@remix-run/cloudflare-pages": "2.15.2",
"@remix-run/react": "2.15.2",
"embla-carousel-autoplay": "8.5.1",
"embla-carousel-react": "8.5.1",
"isbot": "5.1.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"temporal-polyfill": "0.2.5"
},
"devDependencies": {
"@axe-core/playwright": "4.10.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@cloudflare/workers-types": "4.20241205.0",
"@content-collections/core": "0.8.0",
"@content-collections/remix-vite": "0.1.2",
"@iconify-json/circum": "1.2.2",
"@iconify-json/fa-solid": "1.2.1",
"@iconify-json/ri": "1.2.5",
"@iconify-json/simple-icons": "1.2.16",
"@pandacss/dev": "0.48.0",
"@pandacss/studio": "0.48.0",
"@playwright/test": "1.49.1",
"@re-taro/eslint-config": "5.2.1",
"@remix-run/dev": "2.15.2",
"@remix-run/node": "2.15.2",
"@remix-run/testing": "2.15.2",
"@storybook/addon-a11y": "8.4.7",
"@storybook/addon-actions": "8.4.7",
"@storybook/addon-backgrounds": "8.4.7",
"@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7",
"@storybook/addon-links": "8.4.7",
"@storybook/blocks": "8.4.7",
"@storybook/manager-api": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/test": "8.4.7",
"@storybook/test-runner": "0.21.0",
"@storybook/theming": "8.4.7",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.7.2",
"axe-playwright": "2.0.3",
"browserslist-to-esbuild": "2.1.1",
"concurrently": "9.1.0",
"embla-carousel": "8.5.1",
"eslint": "9.14.0",
"eslint-plugin-format": "0.1.2",
"jsdom": "25.0.1",
"npm-run-all2": "7.0.2",
"playwright": "1.49.1",
"plop": "4.0.1",
"postcss": "8.4.49",
"postcss-load-config": "6.0.1",
"remix-development-tools": "4.7.7",
"rollup-plugin-visualizer": "5.12.0",
"serve": "14.2.4",
"sirv-cli": "3.0.0",
"storybook": "8.4.7",
"terser": "5.37.0",
"typescript": "5.7.2",
"unplugin-icons": "0.20.1",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8",
"wait-on": "8.0.1",
"wrangler": "3.99.0"
},
"browserslist": [
"defaults and > 0.3%"
]
}