First Commit
Showing
.editorconfig
0 → 100755
.eslintrc.yml
0 → 100755
.gitignore
0 → 100755
.huskyrc
0 → 100755
.nvmrc
0 → 100755
.vscode/settings.json
0 → 100644
dist/bundle.js
0 → 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/index.html
0 → 100755
dist/style.css
0 → 100755
dist/theme-imob.css
0 → 100644
jest.config.js
0 → 100755
marko.json
0 → 100755
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100755
| { | ||
| "name": "guideline-base-project", | ||
| "version": "0.0.1", | ||
| "description": "Guideline Base Project", | ||
| "main": "./src/index.js", | ||
| "scripts": { | ||
| "build": "webpack --mode=production", | ||
| "dev": "webpack-dev-server", | ||
| "lint": "eslint src/**/*.js --fix", | ||
| "prepush": "npm run lint && npm run test", | ||
| "test": "jest --coverage", | ||
| "test:watch": "jest --watch", | ||
| "coverage": "jest --coverage" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "http://gitlab.ingaia.com.br/luiz.moura/guideline-base-project.git" | ||
| }, | ||
| "author": "Luiz Moura", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@kenlo/guidelines": "^1.6.1", | ||
| "@marko/jest": "^1.0.1", | ||
| "@marko/webpack": "^1.2.0", | ||
| "css-loader": "^2.1.1", | ||
| "eslint-plugin-jest": "^22.3.2", | ||
| "extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
| "husky": "^1.3.1", | ||
| "lodash": "^4.17.11", | ||
| "marko": "4.14.25", | ||
| "marko-jest": "^6.0.1", | ||
| "net": "^1.0.2", | ||
| "node-sass": "^4.11.0", | ||
| "redux-simple-event": "^1.0.5", | ||
| "sass-loader": "^7.1.0", | ||
| "style-loader": "^0.23.1", | ||
| "webpack": "^4.29.6", | ||
| "webpack-cli": "^3.2.3", | ||
| "webpack-dev-server": "^3.2.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^24.0.15", | ||
| "eslint": "^5.15.1", | ||
| "eslint-config-airbnb-base": "^13.1.0", | ||
| "eslint-plugin-import": "^2.16.0", | ||
| "jest": "^24.8.0" | ||
| } | ||
| } |
src/bundle.js
0 → 100755
src/component.js
0 → 100644
src/index.js
0 → 100644
src/index.marko
0 → 100644
webpack.config.js
0 → 100755
Please register or sign in to comment