diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b7aeedf --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "react-benzin", + "version": "1.0.0", + "description": "A powerful React Material components library.", + "main": "dist/index.js", + "scripts": {}, + "license": "MIT", + "dependencies": { + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-scripts": "^3.3.0" + } +} |