-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
{
"name": "mui-solutions",
"version": "0.1.10",
"author": "Andrei Kochetygov",
"license": "MIT",
"keywords": [],
"type": "module",
"module": "dist/index.esm.js",
"types": "dist/index.esm.d.ts",
"files": [
"dist"
],
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/andrei-kochetygov/mui-solutions.git"
},
"homepage": "http://andrei-kochetygov.github.io/mui-solutions",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"stories:dev": "storybook dev -p 6006",
"stories:build": "storybook build"
},
"dependencies": {
"@mui-solutions/fields": "0.1.0",
"@mui-solutions/utils": "0.1.4"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.20",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@storybook/addon-essentials": "^7.6.5",
"@storybook/addon-interactions": "^7.6.5",
"@storybook/addon-links": "^7.6.5",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.5",
"@storybook/react": "^7.6.5",
"@storybook/react-vite": "^7.6.5",
"@storybook/test": "^7.6.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-storybook": "^0.6.15",
"rollup": "^2.79.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.5",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"storybook": "^7.6.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.1",
"vite-tsconfig-paths": "^4.2.2"
}
}