-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.09 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.09 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
{
"name": "@akylas/nativescript-app-tools",
"version": "1.0.0",
"dependencies": {
"@dotenvx/dotenvx": "1.51.4",
"@nativescript-community/fontmin": "0.9.11",
"@nativescript-community/set-version": "1.0.6",
"@nativescript/types-android": "8.9.0",
"@nativescript/types-ios": "8.9.1",
"@sentry/cli": "3.1.0",
"@sentry/webpack-plugin": "4.6.2",
"@stylistic/eslint-plugin": "5.7.0",
"@stylistic/eslint-plugin-plus": "4.4.1",
"@types/node": "24.3.3",
"@types/webpack-bundle-analyzer": "4.7.0",
"babel-loader": "10.0.0",
"before-build-webpack": "0.2.15",
"copy-webpack-plugin": "13.0.1",
"cross-var": "1.1.0",
"css-loader": "7.1.2",
"cssnano": "7.1.2",
"cssnano-preset-advanced": "7.0.10",
"esbuild": "0.27.2",
"esbuild-loader": "4.4.2",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-sort": "4.0.0",
"eslint-plugin-svelte": "3.13.1",
"fork-ts-checker-webpack-plugin": "9.1.0",
"merge-options": "3.0.4",
"merge-properties-files": "1.1.6",
"mini-css-extract-plugin": "2.9.4",
"postcss": "8.5.6",
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-loader": "8.2.0",
"prettier": "3.8.0",
"prettier-plugin-svelte": "3.4.1",
"sass": "1.97.2",
"sass-loader": "16.0.6",
"scss-symbols-parser": "2.0.1",
"speed-measure-webpack-plugin": "1.5.0",
"stats-webpack-plugin": "0.7.0",
"string-replace-loader": "3.3.0",
"svelte": "4.2.20",
"svelte-check": "4.3.5",
"svelte-loader": "3.2.4",
"svelte-native-preprocessor": "~1.0.0",
"svelte-preprocess": "6.0.3",
"terser-webpack-plugin": "5.3.16",
"ts-loader": "9.5.4",
"ts-patch": "3.3.0",
"typescript": "5.9.3",
"typescript-eslint": "8.53.0",
"webpack-bundle-analyzer": "4.10.2"
}
}