Skip to content
Snippets Groups Projects
package.json 3.25 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "name": "pamn",
Etienne LOUPIAS's avatar
Etienne LOUPIAS committed
  "version": "3.4.1",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "scripts": {
    "ng": "ng",
    "start": "ng serve --configuration=local,fr --proxy-config proxy.conf.json --host 0.0.0.0",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "start-pwa": "npm run build:prod && http-server -p 8080 -c-1 dist/fr --proxy http://localhost:3000",
    "build:prod": "ng build --configuration=production,fr --output-path=dist --output-hashing=all --subresource-integrity",
    "build:dev": "ng build --configuration=production,fr --output-path=dist --output-hashing=all --subresource-integrity",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "doc": "./node_modules/.bin/compodoc -p tsconfig.doc.json",
    "doc:serve": "./node_modules/.bin/compodoc compodoc -s",
Bastien DUMONT's avatar
Bastien DUMONT committed
    "lint": "ng lint --fix",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "release": "standard-version",
    "translate": "ng xi18n --ivy --output-path src/locale --out-file messages.en.xlf",
    "typecheck": "npx tsc -p ./tsconfig.json",
    "storybook": "ng run pamn:storybook",
    "build-storybook": "ng run pamn:build-storybook"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "private": true,
  "engines": {
    "node": ">=20.0.0 <21.0.0",
    "npm": "^10.2.0"
  },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  },
  "devDependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  }