-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.3 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@pautena/react-design-system",
"version": "0.14.8",
"description": "My custom design system on top of MUI",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run rollup && npm run post:build",
"post:build": "node ./postbuild.js",
"rollup": "rm -rf dist && rollup -c",
"publish:npm": "npm publish ./dist --access public",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:deploy": "gh-pages -d storybook-static",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint *.js src --ext .js,.ts,.tsx",
"lint:ts": "tsc -p . --pretty",
"format": "npm-run-all format:*",
"format:js": "prettier --write \"**/*.js\"",
"format:json": "prettier --write \"**/*.json\"",
"format:md": "prettier --write \"**/*.md\"",
"format:ts": "prettier --write \"**/*.ts{,x}\""
},
"keywords": [
"mui",
"design",
"system"
],
"author": "Pau Tena Vidal",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emotion/utils": "^1.2.1",
"@mui/base": "^5.0.0-beta.5",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@mui/system": "^5.13.6",
"@mui/x-data-grid": "^6.9.0",
"@mui/x-date-pickers": "^6.9.0",
"date-fns": "^2.30.0",
"lorem-ipsum": "^2.0.8",
"markdown-to-jsx": "^7.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@date-io/date-fns": "^2.16.0",
"@faker-js/faker": "^8.0.2",
"@mui/x-data-grid-generator": "^6.9.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-mdx-gfm": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/react-webpack5": "^7.0.24",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-react": "^2.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/ramda": "^0.29.2",
"@types/react": "^18.0.31",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-loader": "^9.1.2",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.12",
"gh-pages": "^5.0.0",
"history": "^5.3.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ramda": "^0.29.0",
"react-test-renderer": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"storybook": "^7.0.24",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emotion/utils": "^1.2.1",
"@mui/base": "^5.0.0-beta.5",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.6",
"@mui/x-data-grid": "^6.9.0",
"@mui/x-date-pickers": "^6.9.0",
"@types/react": "^18.2.14",
"date-fns": "^2.30.0",
"lorem-ipsum": "^2.0.8",
"markdown-to-jsx": "^7.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pautena/react-design-system.git"
},
"bugs": {
"url": "https://github.com/pautena/react-design-system/issues"
},
"homepage": "https://pautena.com/react-design-system/"
}