1
0
mirror of https://github.com/chylex/Firefox-SCsCC.git synced 2024-10-17 09:42:46 +02:00
Firefox-SCsCC/package.json
2018-03-30 11:00:57 +02:00

57 lines
1.8 KiB
JSON

{
"name": "scscc",
"description": "Convert US Dollar, British Pound Sterling and Euro prices to a user set currency",
"version": "1.2.1",
"author": "sarics",
"homepage": "https://addons.mozilla.org/addon/scscurrencyconverter/",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sarics/scscc.git"
},
"scripts": {
"clean": "rimraf dist",
"run:webpack": "cross-env NODE_ENV=development webpack --watch",
"run:web-ext": "web-ext run -s dist",
"build:webpack": "cross-env NODE_ENV=production webpack",
"build:web-ext": "web-ext build -o -s dist -a build",
"start": "npm-run-all clean run:webpack",
"build": "npm-run-all clean build:webpack build:web-ext"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-regular": "^5.0.9",
"bulma": "^0.6.2",
"hyperapp": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"autoprefixer": "^8.2.0",
"babel-loader": "^8.0.0-beta.2",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"node-sass": "^4.8.3",
"npm-run-all": "^4.1.2",
"postcss-loader": "^2.1.3",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"web-ext": "^2.4.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"xregexp": "^4.1.1"
},
"browserslist": [
"Firefox ESR"
]
}