FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
appwrite-examples/package.json at main · NativeScript/appwrite-examples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
appwrite-examples
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
appwrite-examples
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (64 loc) · 1.84 KB
Breadcrumbs
appwrite-examples
/
package.json
Copy path
File metadata and controls
64 lines (64 loc) · 1.84 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
@workspace/source
"
,
"version"
:
"
0.0.0
"
,
"license"
:
"
MIT
"
,
"scripts"
: {
"setup"
:
"
npx rimraf hooks node_modules && npm install && nx run-many --target=clean --all
"
},
"private"
:
true
,
"devDependencies"
: {
"@angular-devkit/build-angular"
:
"
^19.0.0
"
,
"@angular/compiler-cli"
:
"
^19.0.0
"
,
"@eslint/js"
:
"
^9.8.0
"
,
"@nativescript/nx"
:
"
^20.8.0
"
,
"@nativescript/tailwind"
:
"
^2.1.0
"
,
"@nativescript/types"
:
"
~8.9.0
"
,
"@nativescript/webpack"
:
"
~5.0.0
"
,
"@ngtools/webpack"
:
"
^19.0.0
"
,
"@nx/eslint"
:
"
20.8.2
"
,
"@nx/eslint-plugin"
:
"
20.8.2
"
,
"@nx/jest"
:
"
21.1.1
"
,
"@nx/js"
:
"
21.1.1
"
,
"@nx/workspace"
:
"
21.1.1
"
,
"@swc-node/register"
:
"
~1.9.1
"
,
"@swc/core"
:
"
~1.5.7
"
,
"@swc/helpers"
:
"
~0.5.11
"
,
"@types/jest"
:
"
^29.5.12
"
,
"@types/node"
:
"
^22.0.0
"
,
"ajv"
:
"
~8.17.0
"
,
"dotenv"
:
"
^16.5.0
"
,
"eslint"
:
"
^9.8.0
"
,
"eslint-config-prettier"
:
"
^10.0.0
"
,
"jest"
:
"
^29.7.0
"
,
"jest-environment-jsdom"
:
"
^29.7.0
"
,
"jsonc-eslint-parser"
:
"
^2.1.0
"
,
"nx"
:
"
21.1.1
"
,
"prettier"
:
"
^2.6.2
"
,
"tailwindcss"
:
"
~3.4.0
"
,
"ts-jest"
:
"
^29.1.0
"
,
"ts-node"
:
"
10.9.1
"
,
"tslib"
:
"
^2.3.0
"
,
"typescript"
:
"
~5.7.2
"
,
"typescript-eslint"
:
"
^8.19.0
"
},
"dependencies"
: {
"@angular/animations"
:
"
^19.0.0
"
,
"@angular/common"
:
"
^19.0.0
"
,
"@angular/compiler"
:
"
^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
"
,
"@nativescript/angular"
:
"
^19.0.0
"
,
"@nativescript/appwrite"
:
"
^0.1.1
"
,
"@nativescript/core"
:
"
~8.9.0
"
,
"@nativescript/iqkeyboardmanager"
:
"
^2.1.2
"
,
"rxjs"
:
"
~7.8.0
"
,
"zone.js"
:
"
^0.15.0
"
},
"nativescript-nx"
: {
"prefix"
:
"
aw
"
,
"framework"
:
"
angular
"
}
}
Back
|
FazBrowse Home
|
New Git URL