-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.23 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.23 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
{
"name": "nes-components",
"version": "0.0.10",
"description": "react ui components that use nes-style css library and Storybook",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/koji/react-nes-components"
},
"bugs": {
"url": "https://github.com/koji/react-nes-components/issues"
},
"license": "MIT",
"keywords": [
"react",
"storybook",
"nes",
"nes-css",
"components",
"NES-style"
],
"author": "koji kanao",
"homepage": "https://koji.thedev.id/",
"private": true,
"dependencies": {
"nes.css": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"init-msw": "msw init public/",
"test": "vitest",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@storybook/addon-essentials": "^8.5.6",
"@storybook/addon-interactions": "^8.5.6",
"@storybook/addon-links": "^8.5.6",
"@storybook/blocks": "^8.5.6",
"@storybook/react": "^8.5.6",
"@storybook/react-vite": "^8.5.6",
"@storybook/test": "^8.5.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"eslint-plugin-storybook": "^0.11.2",
"globals": "^15.9.0",
"msw": "^2.3.0",
"msw-storybook-addon": "^2.0.3",
"storybook": "^8.5.6",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^1.6.0",
"@vitest/ui": "^1.6.0",
"jsdom": "^24.1.0",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.4.6"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}