-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.58 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
{
"name": "@tonym/core",
"version": "0.0.0",
"description": "Design system sandbox",
"author": "ADI",
"homepage": "https://github.com/tonym/ds-composable-mui.git#readme",
"license": "ISC",
"main": "src/index.js",
"publishConfig": {
"directory": "dist"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tonym/ds-composable-mui.git"
},
"bugs": {
"url": "https://github.com/tonym/ds-composable-mui.git"
},
"peerDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"deepmerge": "^4.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.2",
"@storybook/addon-designs": "^7.0.5",
"@storybook/addon-essentials": "^7.3.0",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-storysource": "^7.5.0",
"@storybook/blocks": "^7.0.12",
"@storybook/react": "^7.0.12",
"@storybook/react-webpack5": "^7.0.12",
"@storybook/source-loader": "^7.6.1",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.5",
"csstype": "^3.1.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"markdown-loader-jest": "^0.1.1",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"remark-gfm": "^3.0.1",
"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"rollup-plugin-generate-package-json": "^3.2.0",
"storybook": "^7.0.12",
"ts-jest": "^29.1.0",
"tslib": "^2.5.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.14.2",
"deepmerge": "^4.3.1",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"lodash": "^4.17.21",
"redux": "^4.2.1"
},
"scripts": {
"build": "rimraf dist && rollup -c && tsc",
"test": "jest --maxWorkers=50%",
"test:watch": "jest --watch --maxWorkers=25%",
"test:coverage": "jest --coverage",
"test:dev": "jest --clearCache && jest --coverage --maxWorkers=50%",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
}
}