aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-26 15:50:08 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-26 15:57:53 +0300
commitcaee577929870603eb0ef7f28c89c2c4207b8050 (patch)
tree453a18f0bb12539a0b78ba1323ac4a336d6efd52 /package.json
parent54f982569b67f7401d91d9e9642065a403d4eb61 (diff)
downloadreact-benzin-caee577929870603eb0ef7f28c89c2c4207b8050.tar.gz
feat: initialize npm module, add components
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
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"
+ }
+}