Skip to content
Snippets Groups Projects
package.json 1.87 KiB
Newer Older
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
{
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
  "name": "course-search-enroll-fe",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
  "version": "0.0.1",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
  "scripts": {
    "ng": "ng",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
    "start": "ng serve --proxy-config proxy.json",
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "postinstall": "npm start"
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
  },
  "private": true,
  "dependencies": {
jvanboxtel@wisc.edu's avatar
jvanboxtel@wisc.edu committed
  },
  "devDependencies": {