-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.13 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": "vision",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"setup": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn --ignore-scripts && nx run-many --target=clean --all",
"postinstall": "npx patch-package"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/swift-ui": "~3.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/animations": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@nativescript-dom/core-types": "^1.0.29",
"@nativescript-dom/solidjs-types": "^1.0.19",
"@nativescript/angular": "^18.0.0",
"@nativescript/nx": "^19.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@ngtools/webpack": "~18.0.0",
"@nx/devkit": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/js": "19.1.0",
"@nx/workspace": "19.1.0",
"@types/node": "^20.0.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"babel": "^6.23.0",
"babel-loader": "^9.1.0",
"babel-preset-solid": "~1.8.0",
"dominative": "^0.1.3",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"nx": "19.1.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"react": "~18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0",
"rxjs": "~7.8.0",
"solid-js": "~1.8.0",
"solid-refresh": "^0.7.5",
"svelte": "~4.2.1",
"tailwindcss": "~3.4.0",
"typescript": "~5.4.5",
"undom-ng": "^1.1.2",
"zone.js": "~0.14.0",
"@nx/eslint": "19.1.0"
}
}