-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.55 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.55 KB
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
{
"name": "@nativescript-community/plugin-seed-tools",
"version": "1.0.0",
"dependencies": {
"@angular/animations": "19.2.15",
"@angular/common": "19.2.15",
"@angular/compiler": "19.2.15",
"@angular/compiler-cli": "19.2.15",
"@angular/core": "19.2.15",
"@angular/forms": "19.2.15",
"@angular/platform-browser": "19.2.15",
"@angular/platform-browser-dynamic": "19.2.15",
"@angular/router": "19.2.15",
"@appnest/readme": "1.2.7",
"@commitlint/cli": "20.1.0",
"@commitlint/config-conventional": "20.0.0",
"@eslint/compat": "1.4.0",
"@lerna-lite/changed": "4.9.0",
"@lerna-lite/cli": "4.9.0",
"@lerna-lite/publish": "4.9.0",
"@lerna-lite/run": "4.9.0",
"@lerna-lite/version": "4.9.0",
"@nativescript/angular": "19.0.1",
"@nativescript/core": "8.9.9",
"@nativescript/types-android": "8.9.0",
"@nativescript/types-ios": "8.9.1",
"@nativescript/webpack": "5.0.24",
"@types/node": "24.7.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"@vue/runtime-core": "3.5.22",
"@vue/runtime-dom": "3.5.22",
"conventional-changelog-conventionalcommits": "9.1.0",
"copy-webpack-plugin": "13.0.1",
"cpy-cli": "6.0.0",
"eslint": "9.37.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.0",
"eslint-plugin-sort": "4.0.0",
"eslint-plugin-svelte": "3.12.4",
"eslint-plugin-vue": "10.5.0",
"globby": "15.0.0",
"husky": "9.1.7",
"nativescript-vue": "2.9.3",
"nativescript-vue3": "npm:nativescript-vue@3.0.1",
"ng-packagr": "19.2.2",
"ntl": "5.1.0",
"package-json-merge": "0.0.1",
"prettier": "3.6.2",
"prettier-plugin-svelte": "3.4.0",
"prompt": "1.3.0",
"react-nativescript": "5.0.0",
"rimraf": "6.0.1",
"rxjs": "7.8.2",
"svelte": "4.2.20",
"svelte-eslint-parser": "1.3.3",
"@nativescript-community/svelte-native": "1.0.29",
"svelte-preprocess": "6.0.3",
"ts-patch": "3.3.0",
"tslib": "2.8.1",
"typedoc": "0.28.13",
"typedoc-plugin-remove-references": "0.0.6",
"typescript": "5.8.3",
"typescript-eslint": "8.46.0",
"vue": "2.7.16",
"vue-eslint-parser":"10.2.0"
}
}