-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
1 lines (1 loc) · 1.03 KB
/
package.json
1
{"name":"lagunite","version":"0.70.0","description":"Lagunite","repository":{"type":"git","url":"git+https://github.com/arielivandiaz/lagunite.git"},"author":"Ariel Ivan Diaz","keywords":["lagunite","frontend framework","css","modern css"],"license":"MIT","files":["dist"],"scripts":{"build":"webpack --mode=production","dev":"webpack --mode=development","server:dev":"npx http-server ./","server":"npx http-server dist/","commit":"sh ./scripts/autocommit.sh"},"bugs":{"url":"https://github.com/arielivandiaz/lagunite/issues"},"publishConfig":{"registry":"https://npm.pkg.github.com"},"homepage":"https://github.com/arielivandiaz/lagunite#readme","devDependencies":{"@babel/core":"^7.23.3","@babel/preset-env":"^7.23.3","glob":"^10.3.10","autoprefixer":"^10.4.16","babel-loader":"^9.1.3","clean-webpack-plugin":"^4.0.0","css-loader":"^6.8.1","css-minimizer-webpack-plugin":"^5.0.1","mini-css-extract-plugin":"^2.7.6","postcss-loader":"^7.3.3","terser-webpack-plugin":"^5.3.9","webpack":"^5.89.0","webpack-bundle-analyzer":"^4.9.1","webpack-cli":"^5.1.4"}}