FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NativeScript/package.json at main · NativeScript/NativeScript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.6k
Code
Issues
771
Pull requests
64
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NativeScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
133 lines (133 loc) · 3.71 KB
Breadcrumbs
NativeScript
/
package.json
Copy path
File metadata and controls
133 lines (133 loc) · 3.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name"
:
"
nativescript
"
,
"version"
:
"
9.0.0
"
,
"license"
:
"
MIT
"
,
"scripts"
: {
"clean"
:
"
git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc
"
,
"clean.all"
:
"
npm run setup && nx run-many --target=clean --all
"
,
"setup"
:
"
npm run clean && npm install
"
,
"setup:yarn"
:
"
yarn clean && yarn
"
,
"setup:pnpm"
:
"
pnpm run clean && pnpm install
"
,
"postinstall"
:
"
ts-patch install && husky
"
,
"start"
:
"
nps
"
},
"private"
:
true
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/NativeScript/NativeScript.git
"
},
"dependencies"
: {
"@valor/nativescript-websockets"
:
"
^2.0.3
"
,
"nativescript-theme-core"
:
"
^1.0.4
"
},
"devDependencies"
: {
"@analogjs/vite-plugin-angular"
:
"
2.1.3
"
,
"@angular/build"
:
"
^21.0.0
"
,
"@angular/compiler-cli"
:
"
^21.0.0
"
,
"@csstools/css-calc"
:
"
~2.1.2
"
,
"@csstools/css-color-parser"
:
"
^3.0.8
"
,
"@csstools/css-parser-algorithms"
:
"
^3.0.4
"
,
"@csstools/css-tokenizer"
:
"
^3.0.3
"
,
"@nativescript/hook"
:
"
^3.0.4
"
,
"@nativescript/nx"
:
"
^22.0.0
"
,
"@nstudio/focus"
:
"
^20.0.2
"
,
"@nstudio/nps-i"
:
"
~2.0.0
"
,
"@nx/devkit"
:
"
22.5.4
"
,
"@nx/eslint-plugin"
:
"
22.5.4
"
,
"@nx/jest"
:
"
22.5.4
"
,
"@nx/js"
:
"
22.5.4
"
,
"@nx/node"
:
"
22.5.4
"
,
"@nx/plugin"
:
"
22.5.4
"
,
"@nx/vite"
:
"
22.5.4
"
,
"@nx/vitest"
:
"
22.5.4
"
,
"@nx/web"
:
"
22.5.4
"
,
"@nx/workspace"
:
"
22.5.4
"
,
"@prettier/plugin-xml"
:
"
^3.4.1
"
,
"@rollup/plugin-alias"
:
"
^6.0.0
"
,
"@rollup/plugin-commonjs"
:
"
^29.0.0
"
,
"@rollup/plugin-replace"
:
"
^6.0.3
"
,
"@swc-node/register"
:
"
1.11.1
"
,
"@swc/core"
:
"
1.15.8
"
,
"@swc/helpers"
:
"
0.5.19
"
,
"@types/jest"
:
"
30.0.0
"
,
"@types/node"
:
"
^20.0.0
"
,
"@types/ws"
:
"
^8.18.1
"
,
"@typescript-eslint/eslint-plugin"
:
"
^8.46.4
"
,
"@typescript-eslint/parser"
:
"
^8.46.4
"
,
"@vitejs/plugin-vue"
:
"
^6.0.5
"
,
"@vitejs/plugin-vue-jsx"
:
"
^5.1.5
"
,
"@vitest/coverage-v8"
:
"
4.0.9
"
,
"@vitest/ui"
:
"
4.0.9
"
,
"@vue/compiler-sfc"
:
"
^3.5.24
"
,
"acorn"
:
"
^8.15.0
"
,
"acorn-stage3"
:
"
^4.0.0
"
,
"copy-webpack-plugin"
:
"
^13.0.0
"
,
"copyfiles"
:
"
^2.4.0
"
,
"css"
:
"
^3.0.0
"
,
"css-tree"
:
"
^3.1.0
"
,
"css-what"
:
"
^6.1.0
"
,
"dotenv"
:
"
~16.4.0
"
,
"dotenv-webpack"
:
"
^7.0.0
"
,
"emoji-regex"
:
"
^10.3.0
"
,
"enhanced-resolve"
:
"
^5.18.3
"
,
"esbuild"
:
"
^0.27.4
"
,
"eslint"
:
"
~8.57.0
"
,
"eslint-config-prettier"
:
"
^10.0.0
"
,
"fork-ts-checker-webpack-plugin"
:
"
^7.0.0
"
,
"form-data"
:
"
>=4.0.4
"
,
"gonzales"
:
"
^1.0.7
"
,
"husky"
:
"
^9.0.0
"
,
"jest"
:
"
30.0.5
"
,
"jest-environment-jsdom"
:
"
30.0.5
"
,
"jest-util"
:
"
30.0.5
"
,
"jiti"
:
"
2.4.2
"
,
"jsdom"
:
"
~22.1.0
"
,
"lint-staged"
:
"
^15.2.0
"
,
"loader-utils"
:
"
^2.0.0 || ^3.0.0
"
,
"module-alias"
:
"
^2.2.2
"
,
"nativescript"
:
"
9.1.0-alpha.17
"
,
"nativescript-typedoc-theme"
:
"
1.1.0
"
,
"nx"
:
"
22.5.4
"
,
"parse-css"
:
"
git+https://github.com/tabatkins/parse-css.git
"
,
"parserlib"
:
"
^1.1.1
"
,
"plist"
:
"
^5.0.0
"
,
"postcss"
:
"
^8.0.0
"
,
"postcss-import"
:
"
^16.0.0
"
,
"postcss-loader"
:
"
^8.0.0
"
,
"prettier"
:
"
^3.2.5
"
,
"react-reconciler"
:
"
^0.33.0
"
,
"sass"
:
"
^1.72.0
"
,
"sass-loader"
:
"
^16.0.0
"
,
"shady-css-parser"
:
"
^0.1.0
"
,
"terser-webpack-plugin"
:
"
^5.0.0
"
,
"tree-kill"
:
"
^1.2.2
"
,
"ts-dedent"
:
"
^2.2.0
"
,
"ts-jest"
:
"
29.4.5
"
,
"ts-loader"
:
"
^9.0.0
"
,
"ts-node"
:
"
10.9.2
"
,
"ts-patch"
:
"
^3.0.0
"
,
"tslib"
:
"
^2.6.0
"
,
"typedoc"
:
"
^0.28.14
"
,
"typescript"
:
"
5.9.3
"
,
"vite"
:
"
^8.0.0
"
,
"vite-plugin-solid"
:
"
^2.11.11
"
,
"vite-plugin-static-copy"
:
"
^4.1.1
"
,
"vitest"
:
"
4.0.9
"
,
"vue-loader"
:
"
^15.0.0 <= 15.9.8
"
,
"vue-tsc"
:
"
^3.2.5
"
,
"webpack-bundle-analyzer"
:
"
^4.0.0
"
,
"webpack-chain"
:
"
^6.0.0
"
,
"webpack-merge"
:
"
^6.0.0
"
,
"webpack-virtual-modules"
:
"
^0.4.0
"
,
"zx"
:
"
^8.3.0
"
},
"overrides"
: {
"form-data"
:
"
>=4.0.4
"
,
"vite"
:
"
^8.0.0
"
},
"lint-staged"
: {
"**/*.{js,ts,css,scss,json,html}"
: [
"
npx prettier --write
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL