mirror of
https://github.com/chenasraf/bro-bro-extension.git
synced 2026-05-18 01:58:58 +00:00
33 lines
854 B
JSON
33 lines
854 B
JSON
{
|
|
"name": "inline",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"author": "Chen Asraf",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack --watch",
|
|
"build": "NODE_ENV=production webpack && zip -9 -j release.zip dist/*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"handlebars-webpack-plugin": "^1.5.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"styled-components": "^4.1.3",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@webpack-cli/init": "^0.1.5",
|
|
"axios": "^0.18.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"global": "^4.3.2"
|
|
}
|
|
}
|