aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/package.json b/package.json
index 98a56a4..6938e39 100644
--- a/package.json
+++ b/package.json
@@ -2,17 +2,23 @@
"name": "react-benzin",
"version": "1.0.0",
"description": "A powerful React Material components library.",
- "main": "dist/index.js",
- "scripts": {},
+ "scripts": {
+ "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
+ },
"license": "MIT",
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
- "react-scripts": "^3.3.0"
+ "react-scripts": "^3.3.0",
+ "react-virtualized-auto-sizer": "^1.0.2",
+ "react-window": "^1.8.5"
},
"devDependencies": {
+ "@babel/cli": "^7.8.3",
+ "@babel/core": "^7.8.3",
+ "@babel/preset-react": "^7.8.3",
"eslint": "^6.8.0"
}
}