Skip to content
Snippets Groups Projects
package.json 2.08 KiB
Newer Older
francois.grand's avatar
francois.grand committed
{
David Dorchies's avatar
David Dorchies committed
  "name": "nghyd",
francois.grand's avatar
francois.grand committed
  "version": "1.1.0",
  "license": "MIT",
francois.grand's avatar
francois.grand committed
  "scripts": {
francois.grand's avatar
francois.grand committed
    "ng": "ng",
David Dorchies's avatar
David Dorchies committed
    "start": "npm run preprocess; ng serve --host 0.0.0.0",
    "prod": "npm run preprocess; ng serve --host 0.0.0.0 --prod",
David Dorchies's avatar
David Dorchies committed
    "build": "npm run preprocess; ng build",
francois.grand's avatar
francois.grand committed
    "test": "ng test",
    "lint": "ng lint",
    "jalhyd": "rm -rf node_modules/jalhyd; cd ../jalhyd; npm run package; cd ../nghyd; npm install ../jalhyd/jalhyd-1.0.0.tgz;",
David Dorchies's avatar
David Dorchies committed
    "mathjax": "rsync -az --delete node_modules/mathjax src/assets;",
    "mkdocs": "python3 -m mkdocs build",
    "preprocess": "node preprocessors.js; npm run mathjax; npm run mkdocs;"
francois.grand's avatar
francois.grand committed
  },
francois.grand's avatar
francois.grand committed
  "private": true,
francois.grand's avatar
francois.grand committed
  "dependencies": {
francois.grand's avatar
francois.grand committed
  },
  "devDependencies": {