This repository was archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.09 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
{
"name": "2023-hp",
"version": "1.2.0",
"description": "第58回鈴鹿高専祭 公式HP",
"repository": {
"type": "git",
"url": "https://github.com/suzuka-kosen-festa/2023-hp"
},
"license": "MIT",
"author": {
"name": "suzuka-kosen-festa"
},
"scripts": {
"dev": "vite",
"prod": "pnpm run build && serve ./dist/client/",
"build": "vite build --mode=production",
"analyze": "vite build --mode=analyze",
"lint": "run-s -c lint:*",
"lint:eslint": "eslint . --ext .cjs,.ts,.mts,.tsx",
"lint:prettier": "prettier --check './**/*.{cjs,ts,mts,tsx,tsx,json}'",
"lint:tsc": "tsc --noEmit",
"lint:markuplint": "markuplint './**/*.tsx'",
"format": "run-s -c format:*",
"format:eslint": "pnpm run lint:eslint --fix",
"format:prettier": "prettier --write './**/*.{cjs,ts,mts,ts,tsx,json}'",
"format:markuplint": "pnpm run lint:markuplint --fix",
"storybook": "storybook dev -p 6006",
"build:storybook": "storybook build",
"test": "run-s -c test:*",
"test:unit": "vitest run",
"vitest:ui": "vitest --ui",
"capture": "storycap http://127.0.0.1:6006 --serverCmd 'serve storybook-static -p 6006'",
"vrt": "reg-suit run",
"subset": "tsx ./scripts/subset.mts"
},
"dependencies": {
"atra.css": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-streaming": "0.3.14"
},
"devDependencies": {
"@markuplint/jsx-parser": "3.9.0",
"@markuplint/ml-config": "3.11.0",
"@markuplint/react-spec": "3.10.0",
"@re-taro/eslint-config": "1.10.2",
"@storybook/addon-a11y": "7.4.0",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-interactions": "7.3.2",
"@storybook/addon-links": "7.4.0",
"@storybook/blocks": "7.4.0",
"@storybook/react": "7.2.3",
"@storybook/react-vite": "7.4.0",
"@storybook/testing-library": "0.2.0",
"@testing-library/react": "14.0.0",
"@types/node": "18.17.12",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/subset-font": "1.4.0",
"@vanilla-extract/css": "1.12.0",
"@vanilla-extract/recipes": "0.5.0",
"@vanilla-extract/vite-plugin": "3.8.2",
"@vitejs/plugin-react": "4.0.4",
"@vitest/ui": "0.34.1",
"clsx": "2.0.0",
"cross-env": "7.0.3",
"eslint": "8.47.0",
"eslint-plugin-storybook": "0.6.13",
"happy-dom": "10.11.2",
"markuplint": "3.12.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.2",
"prop-types": "15.8.1",
"puppeteer": "21.0.3",
"reg-keygen-git-hash-plugin": "0.12.2",
"reg-notify-github-plugin": "0.12.2",
"reg-publish-s3-plugin": "0.12.2",
"reg-suit": "0.12.2",
"rollup-plugin-visualizer": "5.9.2",
"serve": "14.2.0",
"storybook": "7.3.1",
"storycap": "4.2.0",
"subset-font": "2.1.0",
"terser": "5.19.2",
"tsx": "3.12.7",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-plugin-compression": "0.5.1",
"vite-plugin-pwa": "0.16.4",
"vite-plugin-ssr": "0.4.136",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.1",
"wrangler": "3.5.1"
},
"type": "module",
"packageManager": "[email protected]"
}