Skip to content
Snippets Groups Projects
Select Git revision
  • cb051cedfe9d5d7d0f853c2ef80c37c5c872f859
  • master default protected
  • activer-procedure-specifique
  • prolong-proc-ouvertes
  • per-h-archive
  • preprod protected
  • prod protected
  • 1708-feat-instruction-ajoute-la-possibilite-de-voir-les-prochaines-etapes
  • prs-exploitant
  • a11y-ci
  • notifications
  • chore-image-snap
  • v0.122.0
  • v0.121.0
  • v0.120.0
  • v0.119.0
  • v0.118.0
  • v0.117.0
  • v0.116.0
  • v0.115.0
  • v0.114.0
  • v0.113.0
  • v0.112.0
  • v0.111.0
  • v0.110.0
  • v0.109.0
  • v0.108.0
  • v0.107.0
  • v0.106.0
  • v0.105.0
  • v0.104.0
  • v0.103.0
32 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 3.43 KiB
    {
      "name": "camino-ui",
      "version": "1.0.0",
      "description": "Interface web de Camino, le cadastre minier numérique ouvert",
      "private": true,
      "type": "module",
      "scripts": {
        "prebuild": "react-dsfr update-icons",
        "build": "tsc --noEmit --incremental && vite build --emptyOutDir",
        "predev": "react-dsfr update-icons",
        "dev": "vite --host",
        "dev:update": "npm-check-updates && npm install && npm audit fix",
        "start": "node ./index.js",
        "test": "vitest",
        "lint": "prettier --write src && eslint --fix src --max-warnings=0",
        "lint:check": "prettier --check src && eslint src --max-warnings=0",
        "storybook": "storybook dev -p 6006",
        "storybook:build": "storybook build",
        "storybook:test": "test-storybook --browsers chromium"
      },
      "devDependencies": {
        "@babel/eslint-parser": "^7.25.9",
        "@babel/preset-env": "^7.26.0",
        "@rollup/plugin-inject": "^5.0.5",
        "@rollup/plugin-node-resolve": "^15.3.0",
        "@storybook/addon-actions": "^8.4.7",
        "@storybook/addon-controls": "^8.4.7",
        "@storybook/addon-interactions": "^8.4.7",
        "@storybook/preview-api": "^8.3.0",
        "@storybook/test": "^8.3.0",
        "@storybook/test-runner": "^0.19.1",
        "@storybook/vue3": "^8.3.0",
        "@storybook/vue3-vite": "^8.4.7",
        "@testing-library/vue": "^8.1.0",
        "@types/file-saver": "^2.0.7",
        "@types/geojson": "^7946.0.15",
        "@types/leaflet": "^1.9.15",
        "@types/leaflet.markercluster": "^1.5.5",
        "@typescript-eslint/eslint-plugin": "^8.17.0",
        "@typescript-eslint/parser": "^8.17.0",
        "@uppy/core": "^4.3.0",
        "@uppy/tus": "^4.1.5",
        "@vitejs/plugin-vue-jsx": "^4.1.1",
        "@vitest/coverage-v8": "^2.1.8",
        "@vue/eslint-config-prettier": "^9.0.0",
        "babel-core": "^7.0.0-bridge.0",
        "babel-loader": "^9.2.1",
        "babel-plugin-graphql-tag": "^3.3.0",
        "babel-plugin-transform-vite-meta-env": "^1.0.3",
        "babel-preset-vite": "^1.1.3",
        "camino-common": "1.0.0",
        "chart.js": "^4.4.7",
        "core-js": "^3.39.0",
        "dotenv": "^16.4.7",
        "email-validator": "^2.0.4",
        "eslint": "^9.16.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-node": "^11.1.0",
        "eslint-plugin-promise": "^7.2.1",
        "file-saver": "^2.0.5",
        "graphql": "^16.9.0",
        "graphql-react": "^20.0.0",
        "graphql-tag": "^2.12.6",
        "jsdom": "^25.0.1",
        "jsondiffpatch-rc": "^0.4.2",
        "leaflet": "^1.9.4",
        "leaflet-fullscreen": "^1.0.2",
        "leaflet-gesture-handling": "^1.2.2",
        "leaflet.markercluster": "^1.5.3",
        "maplibre-gl": "^4.7.1",