-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.47 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.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
{
"name": "soda-material",
"version": "0.0.36",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"style": "dist/style.css",
"sideEffects": [
"**/*.css"
],
"scripts": {
"build": "vite build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "tsc --noEmit && eslint .",
"format": "prettier --write ./src",
"preview": "vite preview",
"chromatic": "chromatic --exit-zero-on-changes"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@chromatic-com/storybook": "5.1.1",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/js": "^9.39.4",
"@floating-ui/react": "^0.27.19",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@material/material-color-utilities": "^0.3.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-links": "^10.3.5",
"@storybook/react-vite": "^10.3.5",
"@types/node": "^22.19.17",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"chromatic": "^16.2.0",
"clsx": "^2.1.1",
"eslint": "^10.2.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-storybook": "10.3.5",
"glob": "^13.0.6",
"globals": "^17.4.0",
"prettier": "^3.8.2",
"sass": "^1.99.0",
"storybook": "^10.3.5",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.1",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.4"
},
"pnpm": {
"overrides": {
"rollup": "^4.60.1"
}
},
"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": "pnpm@10.33.0"
}