-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.62 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
{
"name": "togomedium-stanza",
"version": "0.0.1",
"license": "MIT",
"repository": "https://github.com/dbcls/togomedium-stanza",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "^5.51.11",
"@types/d3-drag": "^3.0.7",
"colord": "^2.9.3",
"copy-anything": "^3.0.3",
"d3": "^7.9.0",
"d3-drag": "^3.0.0",
"msw": "^0.35.0",
"nanoid": "^3.3.4",
"node-fetch": "^3.3.2",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recoil": "^0.7.7",
"rollup-plugin-dotenv": "^0.5.1",
"sleep-promise": "^9.1.0",
"togostanza": "github:togostanza/togostanza",
"yohak-tools": "0.1.18"
},
"scripts": {
"test": "vitest",
"stanza:server": "togostanza s",
"stanza:build": "togostanza build",
"stanza:generate": "togostanza g stanza",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"engines": {
"node": ">=14"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.24.9",
"@chromatic-com/storybook": "^1.6.1",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/serialize": "^1.1.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-onboarding": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/react-vite": "^8.2.4",
"@storybook/test": "^8.2.4",
"@types/d3": "^7.4.0",
"@types/pluralize": "0.0.29",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"concurrently": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"happy-dom": "^14.12.3",
"msw-storybook-addon": "^1.5.0",
"prettier": "^3.3.3",
"react-docgen-typescript-plugin": "^1.0.8",
"storybook": "^8.2.4",
"tsc-watch": "^4.2.9",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vitest": "^2.0.3",
"yohak-cli": "0.0.8"
},
"msw": {
"workerDirectory": "public"
}
}