@datorama/app-components
Advanced tools
Comparing version 0.1.5 to 0.2.0
{ | ||
"name": "@datorama/app-components", | ||
"version": "0.1.5", | ||
"version": "0.2.0", | ||
"description": "Datorama React components library", | ||
@@ -23,2 +23,6 @@ "author": "Shay Keinan", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/lodash": "^4.14.126", | ||
"@types/react": "^16.8.17", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/styled-components": "^4.1.14", | ||
"autoprefixer": "^9.4.9", | ||
@@ -39,2 +43,3 @@ "babel-loader": "^8.0.5", | ||
"react-dom": "16.6.3", | ||
"replace": "^1.1.0", | ||
"rimraf": "2.6.2", | ||
@@ -44,9 +49,5 @@ "style-loader": "^0.23.1", | ||
"terser-webpack-plugin": "1.1.0", | ||
"typescript": "^3.4.5", | ||
"webpack": "4.29.6", | ||
"webpack-cli": "^3.2.2", | ||
"@types/lodash": "^4.14.126", | ||
"@types/react": "^16.8.17", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/styled-components": "^4.1.14", | ||
"typescript": "^3.4.5" | ||
"webpack-cli": "^3.2.2" | ||
}, | ||
@@ -58,3 +59,4 @@ "scripts": { | ||
"lib:build": "rimraf dist && webpack && cd app && npm run generate:docs", | ||
"lib:watch": "rimraf dist && webpack -w" | ||
"lib:watch": "rimraf dist && webpack -w", | ||
"lib:version": "replace '<Version>.+</Version>' '<Version>'$npm_package_version'</Version>' ./app/src/App.js" | ||
}, | ||
@@ -61,0 +63,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
215622
2652
32