generated from NativeScript/plugin-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.6 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.6 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
71
72
73
74
{
"name": "plugins",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "husky && npx ts-patch install",
"setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && npm install",
"start": "nps",
"build:tanstack-router": "npx nx build tanstack-router",
"build.all:tanstack-router": "npx nx run tanstack-router:build.all",
"test:tanstack-router": "npx nx test tanstack-router",
"debug:demo-solid": "npx nx run demo-solid:debug",
"build:demo-solid": "npx nx run demo-solid:build",
"add": "nx g @nativescript/plugin-tools:add-package",
"add-angular": "nx g @nativescript/plugin-tools:add-angular",
"config": "nx g @nativescript/plugin-tools:config",
"publish-packages": "nx g @nativescript/plugin-tools:publish",
"sync-packages-with-demos": "nx g @nativescript/plugin-tools:sync-packages-with-demos",
"remove-package": "nx g @nativescript/plugin-tools:remove-package",
"add-demo": "nx g @nativescript/plugin-tools:add-demo"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.23.3",
"@nativescript/angular": "^19.0.0",
"@nativescript-community/solid-js": "^0.1.2",
"@nativescript/core": "~9.0.0",
"@nativescript-dom/core-types": "1.0.32",
"@nativescript-dom/solidjs-types": "1.0.25",
"@nativescript/tailwind": "~2.1.0",
"@nativescript/plugin-tools": "5.5.3",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.31",
"@ngtools/webpack": "^19.0.0",
"@tanstack/history": "^1.100.0",
"@tanstack/solid-router": "^1.166.0",
"@triniwiz/nativescript-image-cache-it": "^8.0.1",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.19",
"dominative": "^0.1.3",
"husky": "~9.0.0",
"ng-packagr": "^19.0.0",
"rxjs": "~7.8.0",
"sass": "1.53.0",
"solid-js": "^1.9.11",
"solid-refresh": "^0.7.5",
"tailwindcss": "~3.4.3",
"tsup": "^8.3.5",
"typescript": "~5.8.0",
"undom-ng": "^1.1.2",
"vitest": "^3.1.1",
"zone.js": "~0.15.0"
},
"overrides": {
"sass": "1.53.0"
},
"lint-staged": {
"**/*.{js,ts,scss,json,html}": [
"npx prettier --write"
]
}
}