Commits
Tim Donohue authored 3e6adbba935
1 1 | { |
2 2 | "name": "dspace-angular", |
3 - | "version": "8.0.0-next", |
3 + | "version": "8.0.0", |
4 4 | "scripts": { |
5 5 | "ng": "ng", |
6 6 | "config:watch": "nodemon", |
7 7 | "test:rest": "ts-node --project ./tsconfig.ts-node.json scripts/test-rest.ts", |
8 8 | "start": "yarn run start:prod", |
9 9 | "start:dev": "nodemon --exec \"cross-env NODE_ENV=development yarn run serve\"", |
10 10 | "start:prod": "yarn run build:prod && cross-env NODE_ENV=production yarn run serve:ssr", |
11 11 | "start:mirador:prod": "yarn run build:mirador && yarn run start:prod", |
12 12 | "preserve": "yarn base-href", |
13 13 | "serve": "ts-node --project ./tsconfig.ts-node.json scripts/serve.ts", |