-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "react-material-ui-theme",
"version": "1.0.9",
"description": "Add multicolor and dark theme to your react material ui project instantly.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": " babel src --out-dir dist --copy-files"
},
"author": "Bhushan Laware",
"license": "ISC",
"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"babel": "^6.23.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bhushanlaware/react-material-ui-theme.git"
},
"keywords": [
"React",
"material-Ui",
"theme",
"multitheme",
"dark-theme",
"theme-colors",
"theme-toggle"
],
"bugs": {
"url": "https://github.com/bhushanlaware/react-material-ui-theme/issues"
},
"homepage": "https://github.com/bhushanlaware/react-material-ui-theme#readme"
}