Skip to content
Snippets Groups Projects
package.json 4.61 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    {
    
      "name": "ecolyo",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      "version": "3.1.1",
    
      "engines": {
    
    Pierre Ecarlat's avatar
    Pierre Ecarlat committed
        "node": "20"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "scripts": {
    
        "build": "yarn run build:css && yarn run build:browser",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "build:analyse": "cs build --analyzer",
        "build:browser": "cs build --browser",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "build:cs": "build:browser",
    
        "build:css": "sass -c ./src/styles:build",
    
        "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}",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        "deploy-test": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build-test}",
    
        "lint:js": "eslint src -c .eslintrc.js --fix",
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        "load-data": "cd test && importData.bat",
    
        "release": "standard-version --no-verify",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "start": "cs start --browser",
        "start:stack": "cs start --browser --stack",
    
        "test": "cs test --verbose --coverage",
        "tx": "tx pull --all || true",
        "watch": "yarn watch:browser",
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
        "watch:browser": "cs watch --browser"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
      "repository": {
        "type": "git",
    
        "url": "git+https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git"
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
      "author": "",
      "contributors": [],
      "license": "AGPL-3.0",
      "bugs": {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      },
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      "devDependencies": {
        "@babel/preset-typescript": "^7.7.4",
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      }
    }