-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mutation-game",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"gh:deploy": "npm run build -- --base-href \"https://RoopeHakulinen.github.io/mutation-game/\" && npx ngh --dir=dist/mutation-game"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.1.1",
"@angular/cdk": "^12.1.1",
"@angular/common": "^12.1.1",
"@angular/compiler": "^12.1.1",
"@angular/core": "^12.1.1",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^12.1.1",
"@angular/material": "^12.1.1",
"@angular/platform-browser": "^12.1.1",
"@angular/platform-browser-dynamic": "^12.1.1",
"@angular/pwa": "^12.1.1",
"@angular/router": "^12.1.1",
"@angular/service-worker": "^12.1.1",
"core-js": "^2.5.4",
"ng-contenteditable": "^2.1.1",
"rxjs": "~6.5.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.1",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "^12.1.1",
"@angular/language-service": "^12.1.1",
"angular-cli-ghpages": "^0.5.3",
"ts-node": "~7.0.0",
"typescript": "~4.3.5"
}
}