-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.48 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
{
"name": "@nativescript-community/plugin-seed-tools",
"version": "1.0.0",
"dependencies": {
"@angular/animations": "~18.2.13",
"@angular/common": "~18.2.13",
"@angular/compiler": "~18.2.13",
"@angular/compiler-cli": "~18.2.13",
"@angular/core": "~18.2.13",
"@angular/forms": "~18.2.13",
"@angular/platform-browser": "~18.2.13",
"@angular/platform-browser-dynamic": "~18.2.13",
"@angular/router": "~18.2.13",
"@appnest/readme": "^1.2.7",
"@commitlint/cli": "~19.6.0",
"@commitlint/config-conventional": "~19.2.2",
"@lerna-lite/changed": "3.10.1",
"@lerna-lite/cli": "3.10.1",
"@lerna-lite/publish": "3.10.1",
"@lerna-lite/run": "3.10.1",
"@lerna-lite/version": "3.10.1",
"@nativescript/angular": "~18.1.3",
"@nativescript/core": "~8.8.6",
"@nativescript/types-android": "~8.8.0",
"@nativescript/types-ios": "~8.8.0",
"@nativescript/webpack": "~5.0.22",
"@types/node": "22.10.1",
"@types/react": "^16.14.60",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vue/runtime-core": "3.4.38",
"@vue/runtime-dom": "3.4.38",
"copy-webpack-plugin": "12.0.2",
"cpy-cli": "^3.1.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-vue": "^9.26.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"nativescript-vue": "~2.9.3",
"nativescript-vue3": "npm:[email protected]",
"ng-packagr": "~18.2.1",
"ntl": "^5.1.0",
"package-json-merge": "0.0.1",
"patch-package": "~8.0.0",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prompt": "~1.3.0",
"react-nativescript": "5.0.0",
"rimraf": "~5.0.7",
"rxjs": "~7.8.1",
"svelte": "4.2.19",
"svelte-eslint-parser": "~0.43.0",
"svelte-native": "~1.0.29",
"svelte-preprocess": "5.1.4",
"ts-patch": "3.2.1",
"tslib": "2.8.1",
"typedoc": "~0.27.2",
"typedoc-plugin-remove-references": "0.0.6",
"typescript": "~5.4.5",
"typescript-eslint": "^7.8.0",
"vue": "^2.7.16",
"yargs": "^17.7.2",
"zone.js": "~0.15.0"
}
}