generated from openforge/ionic-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
128 lines (128 loc) · 4.23 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
128
{
"name": "openforge-ionic-monorepo-example",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "ngcc --properties es2020 browser module main",
"prepare": "husky install",
"serve:app:angular": "nx serve example-app-angular",
"build:app:angular": "nx build example-app-angular",
"copy:app:angular": "cd apps/example-app-angular && npx cap copy",
"sync:app:angular": "cd apps/example-app-angular && npx cap sync",
"update:app:angular": "cd apps/example-app-angular && npx cap update",
"ios:app:angular": "cd apps/example-app-angular && npx cap open ios",
"android:app:angular": "cd apps/example-app-angular && npx cap open android",
"serve:app:vue": "nx serve example-app-vue",
"build:app:vue": "nx build example-app-vue",
"serve:app:react": "nx serve example-app-react",
"build:app:react": "nx build example-app-react"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.2.5",
"@angular-devkit/core": "~15.1.0",
"@angular-devkit/schematics": "~15.1.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/compiler-cli": "15.1.5",
"@angular/language-service": "15.1.5",
"@capacitor/cli": "^4.0.0",
"@ionic/angular-toolkit": "^6.0.0",
"@nrwl/angular": "15.7.1",
"@nrwl/cli": "15.7.1",
"@nrwl/cypress": "^15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.1",
"@nrwl/jest": "15.7.1",
"@nrwl/linter": "15.7.1",
"@nrwl/react": "15.7.2",
"@nrwl/vite": "^15.7.2",
"@nrwl/workspace": "15.7.1",
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"cypress": "^12.2.0",
"eslint": "8.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"jest-preset-angular": "12.2.3",
"jsdom": "~20.0.3",
"nx": "15.7.1",
"nx-stylelint": "^13.0.1",
"prettier": "2.8.4",
"prettier-eslint": "^8.8.2",
"react-test-renderer": "18.2.0",
"sass": "^1.55.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard-scss": "^2.0.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8"
},
"dependencies": {
"@angular/animations": "15.1.5",
"@angular/common": "15.1.5",
"@angular/compiler": "15.1.5",
"@angular/core": "15.1.5",
"@angular/forms": "15.1.5",
"@angular/platform-browser": "15.1.5",
"@angular/platform-browser-dynamic": "15.1.5",
"@angular/router": "15.1.5",
"@capacitor/app": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/haptics": "^4.0.0",
"@capacitor/keyboard": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@ionic/angular": "^6.5.6",
"@nrwl/eslint-plugin-nx": "^13.2.1",
"@schematics/angular": "^15.1.6",
"@vitejs/plugin-vue": "^4.0.0",
"babel-eslint": "^10.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "^37.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"license-checker": "^25.0.1",
"lint-staged": "^12.1.1",
"nx": "14.0.0",
"phaser": "^3.55.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "~7.5.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"eslintIgnore": [
"*.spec.ts"
],
"lint-staged": {
"*.{js,ts,html,tsx}": ["eslint --fix"],
"*.{css,scss}": [
"stylelint --fix"
]
}
}