Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • collaboration
  • gh_pages
  • back_btn
  • time_machine
  • main_backup_2023
  • master
  • back_shadows
  • missing_prompt
  • light_types_backport
  • light_types
  • full_safe_width
  • language_race_condition
  • articles_lang_creation
  • obj_upload
  • pointscloud
  • animations
  • backport_upload_videos
  • backport_code_button
  • model_edit_backport
20 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 1.16 KiB
    {
      "name": "e-corpus",
      "version": "1.0.0",
      "description": "3D model database and content management system with integrated annotations and stories 3D editor",
      "scripts": {
        "start": "cd source/server/ && npm start",
        "test": "cd source/server/ && npm test",
        "build-ui": "cd source/ui && webpack --mode=production",
        "build-server": "tsc -b source/server",
        "watch": "cd source/server && HOT_RELOAD=1 NODE_ENV=development ROOT_DIR=\"../../\" nodemon -e ts,js -w . -w ../ui/webpack.config.js -x ts-node index.ts"
      },
      "author": "Holusion <contact@holusion.com>",
      "license": "Apache-2.0",
      "devDependencies": {
        "copy-webpack-plugin": "^11.0.0",
        "css-loader": "^6.2.0",
        "css-minimizer-webpack-plugin": "^3.0.2",
        "handlebars-loader": "^1.7.3",
        "html-webpack-plugin": "^5.3.2",
        "mini-css-extract-plugin": "^2.2.0",
        "node-sass": "^7.0.3",
        "nodemon": "^3.0.2",
        "raw-loader": "^4.0.2",
        "sass-loader": "^13.2.0",
        "source-map-loader": "^3.0.0",
        "terser-webpack-plugin": "^5.1.4",
        "ts-loader": "^9.4.2",
        "ts-node": "^10.9.1",
        "typescript": "^4.9.4",
        "webpack": "^5.88.1",
        "webpack-cli": "^4.9.2"
      }
    }