-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (92 loc) · 3.44 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "mahong-web",
"version": "0.2.1",
"author": "namenotfound web",
"license": "MIT",
"description": "Enjoy a classic Solitaire Mahjong game",
"repository": "https://github.com/the-eagle-nest/mahjong.git",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:development": "ng serve -c development",
"build": "ng build",
"build:prod": "npm run build:deploy-release",
"build:analyze:prod": "ng build --configuration production --aot --source-map",
"build:prebuild": "npm run clean",
"build:deploy-release": "npm run build:prebuild && ng build --configuration production --aot --base-href \".\"",
"build:capacitor": "npm run build:prebuild && ng build --configuration capacitor --aot --base-href \".\"",
"build:deploy-root": "npm run build:prebuild && ng build --configuration production --aot --base-href \"/\"",
"build:deploy-ghpages": "npm run build:prebuild && ng build --configuration production --aot --base-href \"https://the-eagle-nest.github.io/mah/\"",
"build:releaselog": "conventional-changelog -p angular -r 2 -o RELEASELOG.md",
"explore-map-explorer": "source-map-explorer dist/**/*.js",
"explore": "npm run build:analyze:prod && npm run explore-map-explorer",
"release": "commit-and-tag-version -a",
"update:angular": "ng update @angular/cli @angular/core",
"clean": "rimraf dist",
"test": "jest",
"coverage": "jest --coverage true",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:css": "stylelint \"**/*.css\"",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.4",
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/core": "17.3.4",
"@angular/forms": "17.3.4",
"@angular/platform-browser": "17.3.4",
"@angular/platform-browser-dynamic": "17.3.4",
"@angular/platform-server": "17.3.4",
"@ngx-translate/core": "15.0.0",
"hammerjs": "2.0.8",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"tsutils": "3.21.0",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/build-angular": "17.3.5",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.4",
"@angular/language-service": "17.3.4",
"@types/hammerjs": "2.0.45",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"commit-and-tag-version": "12.2.0",
"conventional-changelog-cli": "4.1.0",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-unused-imports": "3.1.0",
"jest": "29.7.0",
"jest-preset-angular": "14.0.3",
"ng-mocks": "14.12.2",
"rimraf": "5.0.5",
"source-map-explorer": "2.5.3",
"stylelint": "^16.3.1",
"stylelint-config-standard-scss": "^13.1.0",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"engines": {
"node": "^18.13.0 || >=20.9.0"
},
"contributors": [
]
}