essy-util-ui
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "essy-util-ui", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "UI Javascript functions.", | ||
"main": "dist/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "webpack --mode production --config webpack.config.js --progress", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build:js:test": "webpack --mode development --config webpack.test.config.js --progress", | ||
"build:css:test": "node ./test/scripts/build-css.js", | ||
"build:test": "npm run build:css:test && npm run build:js:test", | ||
"build": "IS_PUBLISH=0 webpack --mode production --config webpack.config.js --progress", | ||
"build:watch": "watch 'npm run build && npm run build:test' src test/src", | ||
"prepublishOnly": "IS_PUBLISH='1' webpack --mode production --config webpack.config.js --progress", | ||
"postpublish": "rm -f index.js" | ||
}, | ||
@@ -24,3 +28,9 @@ "repository": { | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4", | ||
"babel-loader": "^8.1.0", | ||
"fs-extra": "^9.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"sass": "^1.26.10", | ||
"watch": "^1.0.2", | ||
"webpack": "^4.43.0", | ||
@@ -27,0 +37,0 @@ "webpack-cli": "^3.3.12", |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3078
1
12