-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.04 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "rock-the-steps",
"version": "1.0.41",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx e2e rock-the-steps-e2e --watch",
"prepare": "husky install",
"serve:app": "nx serve rock-the-steps",
"build:app": "nx build rock-the-steps",
"copy:app": "cd apps/rock-the-steps && npx cap copy",
"sync:app": "cd apps/rock-the-steps && npx cap sync",
"update:app": "cd apps/rock-the-steps && npx cap update",
"ios:app": "cd apps/rock-the-steps && npx cap open ios",
"android:app": "cd apps/rock-the-steps && npx cap open android"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "18.0.5",
"@angular-devkit/core": "18.0.5",
"@angular-devkit/schematics": "18.0.5",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/compiler-cli": "18.0.4",
"@angular/language-service": "18.0.4",
"@babel/eslint-parser": "^7.24.7",
"@capacitor/cli": "^6.1.0",
"@ionic/angular-toolkit": "^11.0.1",
"@nx/angular": "19.3.0",
"@nx/cypress": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/react": "19.3.0",
"@nx/vite": "19.3.0",
"@nx/workspace": "19.3.0",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"cypress": "^13.12.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.1.1",
"jsdom": "^24.1.0",
"nx": "19.3.0",
"nx-stylelint": "^17.1.5",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"vite": "^5.3.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
},
"dependencies": {
"@angular/animations": "18.0.4",
"@angular/common": "18.0.4",
"@angular/compiler": "18.0.4",
"@angular/core": "18.0.4",
"@angular/forms": "18.0.4",
"@angular/platform-browser": "18.0.4",
"@angular/platform-browser-dynamic": "18.0.4",
"@angular/router": "18.0.4",
"@capacitor-community/native-audio": "5.0.1",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/haptics": "^5.0.0",
"@capacitor/keyboard": "^5.0.0",
"@capacitor/network": "^5.0.0",
"@capacitor/preferences": "^5.0.0",
"@capacitor/screen-orientation": "^5.0.0",
"@capacitor/status-bar": "^5.0.0",
"@ionic/angular": "^8.2.2",
"@openforge/capacitor-game-connect": "^5.0.2",
"@schematics/angular": "18.0.5",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.0.11",
"license-checker": "^25.0.1",
"lint-staged": "^15.2.7",
"phaser": "3.55.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"rxjs": "7.8.1",
"tslib": "^2.6.3",
"zone.js": "^0.14.7"
},
"eslintIgnore": [
"*.spec.ts"
],
"lint-staged": {
"*.{js,ts,html,tsx}": [
"eslint --fix"
],
"*.{css,scss}": [
"stylelint --fix"
]
}
}