mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-15 00:47:17 +00:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "whater",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "background_script.js",
|
|
"scripts": {
|
|
"start": "webpack --mode development --watch",
|
|
"build": "webpack --mode production",
|
|
"test": "jest",
|
|
"test-dev": "jest --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.2.0",
|
|
"@material-ui/icons": "^4.2.1",
|
|
"classnames": "^2.2.6",
|
|
"normalize-url": "^4.3.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-redux": "^7.1.0",
|
|
"react-scripts": "3.0.1",
|
|
"redux": "^4.0.4",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-icons": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-jest": "^24.8.0",
|
|
"babel-loader": "^8.0.6",
|
|
"chai": "^4.2.0",
|
|
"chai-enzyme": "^1.0.0-beta.1",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"core-js": "^3.1.4",
|
|
"css-loader": "^3.1.0",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^24.8.0",
|
|
"rewire": "^4.0.1",
|
|
"sinon": "^7.3.2",
|
|
"style-loader": "^0.23.1",
|
|
"web-ext-webpack-plugin": "github:hiikezoe/web-ext-webpack-plugin",
|
|
"webextension-polyfill": "^0.4.0",
|
|
"webpack": "^4.36.1",
|
|
"webpack-cli": "^3.3.6"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>src/setupTests.js"
|
|
],
|
|
"moduleNameMapper": {
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
|
|
"\\.(css|less)$": "identity-obj-proxy"
|
|
}
|
|
}
|
|
}
|