-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.39 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
{
"name": "soda-material",
"version": "0.0.29",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"style": "dist/style.css",
"sideEffects": false,
"scripts": {
"build": "vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint .",
"format": "prettier --write ./src",
"preview": "vite preview",
"chromatic": "chromatic --exit-zero-on-changes"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@chromatic-com/storybook": "1",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/js": "^9.17.0",
"@floating-ui/react": "^0.27.2",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@material/material-color-utilities": "^0.3.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"chromatic": "^11.20.2",
"clsx": "^2.1.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"glob": "^10.4.5",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"description": "Modern lightweight React Component Library",
"keywords": [
"material design",
"material you"
],
"author": {
"name": "YieldRay"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YieldRay/soda.git"
},
"bugs": {
"url": "https://github.com/YieldRay/soda/issues"
},
"homepage": "https://github.com/YieldRay/soda#readme",
"packageManager": "[email protected]"
}