-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.47 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.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
{
"name": "numberplace",
"private": true,
"version": "2.6.0",
"homepage": "https://ysk8hori.github.io/numberplace/",
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:ghpages": "tsc && vite build --base=/numberplace/",
"preview": "tsc && vite build && vite preview",
"lint:fix": "eslint --fix src",
"prettier": "prettier --write ./src ./.storybook",
"type-check": "tsc --noEmit",
"test:run": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"storybook:test": "test-storybook",
"storybook:test:watch": "test-storybook --watch",
"storybook:test:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm run storybook\" \"wait-on tcp:6006 && pnpm run storybook:test\"",
"deploy:numberp.test": "aws s3 sync ./dist s3://numberp.test --region ap-northeast-1 --delete",
"chromatic": "npx chromatic --project-token=1d1cac2951ec --patch-build=ysk8hori-patch-2...main"
},
"dependencies": {
"@sentry/browser": "7.120.4",
"@sentry/react": "7.120.4",
"@sentry/tracing": "7.120.4",
"@tanstack/react-query": "5.90.21",
"@ysk8/numberplace-generator": "npm:@jsr/ysk8__numberplace-generator@4.0.0-alpha.10",
"@ysk8hori/numberplace-generator": "3.0.2",
"clsx": "2.1.1",
"jotai": "2.18.0",
"jotai-optics": "0.4.0",
"optics-ts": "2.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"reflect-metadata": "0.2.2",
"smart-svg": "1.1.5",
"styled-components": "6.0.9",
"usehooks-ts": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@chromatic-com/storybook": "5.0.1",
"@storybook/addon-docs": "10.0.6",
"@storybook/addon-links": "10.0.6",
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
"@storybook/preset-scss": "1.0.3",
"@storybook/react-vite": "10.0.6",
"@storybook/test": "8.6.14",
"@storybook/test-runner": "^0.24.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/styled-components": "5.1.36",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"@vitejs/plugin-react": "5.1.4",
"@vitest/ui": "latest",
"autoprefixer": "10.4.27",
"babel-loader": "10.0.0",
"chromatic": "13.3.5",
"concurrently": "9.2.1",
"css-loader": "7.1.4",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "10.3.1",
"http-server": "14.1.1",
"jsdom": "latest",
"playwright": "1.58.2",
"postcss": "8.5.8",
"postcss-import": "16.1.1",
"postcss-loader": "8.2.1",
"prettier": "3.8.1",
"sass": "1.98.0",
"sass-loader": "16.0.7",
"storybook": "10.2.13",
"style-loader": "4.0.0",
"tailwindcss": "3.4.19",
"typescript": "5.9.3",
"use-interval": "1.4.0",
"vite": "7.3.1",
"vite-plugin-pwa": "1.2.0",
"vitest": "4.0.18",
"wait-on": "9.0.4"
}
}