Newer
Older
"build": "yarn run build:css && yarn run build:browser",
"build:analyse": "cs build --analyzer",
"build:browser": "cs build --browser",
"build-dev": "yarn run build:css && yarn run build-dev:browser",
"build-dev:browser": "cs build --browser --config app.config.alpha.js",
"cozyPublish": "git fetch origin ${DEPLOY_BRANCH:-build}:${DEPLOY_BRANCH:-build} && cs publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})",
"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}",
"lint": "yarn lint:js",
"lint:js": "eslint src -c .eslintrc.js --fix",
"release": "standard-version --no-verify",
"start": "cs start --browser",
"start:stack": "cs start --browser --stack",
"test": "cs test --verbose --coverage",
"tx": "tx pull --all || true",
"watch": "yarn watch:browser",
"watch:browser": "cs watch --browser",
"clean": "rm -rf ./data",
"data:create": "npx tsx scripts/createDayDataFiles.ts",
"data:import": "./scripts/importData.sh",
"data:seed": "yarn data:create && yarn data:import",
"data:connections": "npx tsx scripts/createConnections.ts"
"url": "git+https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git"
},
"author": "",
"contributors": [],
"license": "AGPL-3.0",
"bugs": {
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.8.3",
"@cozy/minilog": "^1.0.0",
"@material-ui/core": "~4.12.0",
"@material-ui/styles": "^4.11.3",
"cozy-device-helper": "3.1.0",
"cozy-flags": "4.0.0",
"cozy-harvest-lib": "9.26.14",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"null-loader": "^4.0.1",
"object-hash": "^3.0.0",
"react-router-dom": "^6.6.1",
"react-swipeable-views": "0.14.0",
"devDependencies": {
"@babel/preset-typescript": "^7.7.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/file-saver": "^2.0.5",
"@types/object-hash": "^2.0.0",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"babel-preset-cozy-app": "2.1.0",
"copy-webpack-plugin": "6.4.1",
"cozy-app-publish": "^0.33.0",
"cozy-jobs-cli": "^2.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"jest-junit": "^16.0.0",
"prettier-eslint": "^16.0.0",
"redux-mock-store": "1.5.4",
"sass": "^1.49.11",
"sass-loader": "^8.0.0",