Merged app into extension

This commit is contained in:
Manoj Vivek 2019-07-19 18:14:48 +05:30
parent d504c2cf9b
commit 6c99000c7f
31 changed files with 30 additions and 23712 deletions

23
app/.gitignore vendored
View file

@ -1,23 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

13632
app/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,42 +0,0 @@
{
"name": "whater-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"styled-icons": "^8.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm -rf ../browser-extension/dist/app && mv build ../browser-extension/dist/app",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"sinon": "^7.3.2"
}
}

File diff suppressed because it is too large Load diff

View file

@ -10,6 +10,15 @@
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"classnames": "^2.2.6",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"styled-icons": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
@ -20,6 +29,26 @@
"web-ext-webpack-plugin": "github:hiikezoe/web-ext-webpack-plugin",
"webextension-polyfill": "^0.4.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
"webpack-cli": "^3.3.5",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"sinon": "^7.3.2"
},
"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"
]
}
}

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,8 +1,5 @@
{
"folders": [
{
"path": "app"
},
{
"path": "browser-extension"
}