-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.24 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
{
"name": "material-ui-shell",
"version": "1.3.0",
"description": "material-ui-shell React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"peerDependencies": {
"jss-rtl": "0.x",
"@formatjs/intl-relativetimeformat": "7.x",
"react-easy-crop": "3.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"base-shell": "1.x",
"github-markdown-css": "4.x",
"intl": "1.x",
"intl-locales-supported": "1.x",
"notistack": "1.x",
"react": "17.x",
"react-custom-scrollbars": "4.x",
"react-dom": "17.x",
"react-intl": "5.x",
"react-ios-pwa-prompt": "1.x",
"react-markdown": "5.x",
"react-router-dom": "5.x",
"react-virtualized-auto-sizer": "1.x",
"react-window": "1.x"
},
"devDependencies": {
"jss-rtl": "^0.3.0",
"@formatjs/intl-relativetimeformat": "^8.0.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"base-shell": "^1.2.20",
"github-markdown-css": "^4.0.0",
"intl": "^1.2.5",
"intl-locales-supported": "^1.8.12",
"notistack": "^1.0.2",
"nwb": "^0.25.2",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-easy-crop": "^3.3.1",
"react-intl": "^5.10.7",
"react-ios-pwa-prompt": "^1.8.4",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6"
},
"author": "Tarik Huber",
"homepage": "https://www.react-most-wanted.com/",
"license": "MIT",
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "https://github.com/TarikHuber/react-most-wanted.git",
"directory": "packages/material-ui-shell"
},
"keywords": [
"react-component"
]
}