Newer
Older
"build-dev:browser": "cs build --browser --config app.config.alpha.js",
"build-dev:mobile": "cs build --mobile --config app.config.alpha.js",
"build:browser": "cs build --browser ",
"build:mobile": "cs build --mobile",
"watch": "yarn watch:browser",
"watch:browser": "cs start --browser",
"start:cs": "cs start --hot --browser --no-stack ",
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build}",
"deploy-dev": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-dev}",
"deploy-test": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git}",
"test": "cs test --verbose --coverage",
"cozyPublish": "git fetch origin ${DEPLOY_BRANCH:-build}:${DEPLOY_BRANCH:-build} && cs publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
"build:css": "sass -c ./src/styles",
"start": "npm-run-all -p start:cs",
"build": "yarn run build:css && yarn run build:browser",
"build-dev": "yarn run build:css && yarn run build-dev:browser",
"start-stack": "cs start --hot --browser --stack",
"prepare": "husky install"
"url": "git+https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"devDependencies": {
"@babel/preset-typescript": "^7.7.4",
"@types/jest": "^28.0.0",
"@types/object-hash": "^2.0.0",
"babel-preset-cozy-app": "1.12.0",
"copy-webpack-plugin": "6.4.1",
"cozy-app-publish": "^0.30.0",

Hugo SUBTIL
committed
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "7.30.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"react-test-renderer": "16.14.0",
"redux-mock-store": "1.5.4",
"sass": "^1.49.11",
"sass-loader": "^8.0.0",
"typescript": "^3.7.3",
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.8.3",
"@material-ui/core": "~4.12.0",
"@material-ui/styles": "^4.11.3",

Hugo SUBTIL
committed
"cozy-client": "32.2.0",
"cozy-device-helper": ">=2.1.0",
"cozy-flags": ">2.8.6",
"cozy-harvest-lib": "9.15.4",
"cozy-intent": ">=1.14.1",
"cozy-keys-lib": ">=4.1.9",
"cozy-logger": ">1.7.0",
"cozy-realtime": "4.2.1",

Hugo SUBTIL
committed
"cozy-scripts": "5.13.0",
"eslint-config-cozy-app": "1.6.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"mjml-browser": "^4.10.2",
"null-loader": "^4.0.1",
"react-router-dom": "5.3.3",
"react-swipeable-views": "0.14.0",
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"{src,test}/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"git add"
]
},
"resolutions": {
"cheerio": "1.0.0-rc.10",
"parse5-htmlparser2-tree-adapter": "^6.0.0"