Initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- README.md 29 additions, 0 deletionsREADME.md
- index.d.ts 1 addition, 0 deletionsindex.d.ts
- index.js 44 additions, 0 deletionsindex.js
- package.json 23 additions, 0 deletionspackage.json
- screenshots/uw-material-ui-react.png 0 additions, 0 deletionsscreenshots/uw-material-ui-react.png
- uw-colors.js 7 additions, 0 deletionsuw-colors.js
- yarn.lock 0 additions, 0 deletionsyarn.lock
.gitignore
0 → 100644
README.md
0 → 100644
index.d.ts
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "uw-material-ui-react", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"@material-ui/core": "^4.4.3", | |||
"lodash.merge": "^4.6.2" | |||
}, | |||
"devDependencies": { | |||
"eslint": "^6.4.0", | |||
"prettier": "^1.18.2" | |||
}, | |||
"prettier": { | |||
"trailingComma": "es5" | |||
} | |||
} |
screenshots/uw-material-ui-react.png
0 → 100644
183 KiB
uw-colors.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.