-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.16 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
{
"name": "@akylas/nativescript-app-tools",
"version": "1.0.0",
"dependencies": {
"@dotenvx/dotenvx":"1.28.0",
"@nativescript-community/fontmin": "0.9.11",
"@nativescript-community/set-version": "1.0.5",
"@nativescript/types-android": "8.8.0",
"@nativescript/types-ios": "8.8.0",
"@sentry/cli": "2.39.1",
"@sentry/webpack-plugin": "2.22.7",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin-plus": "^2.11.0",
"@types/node": "^22.10.1",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@typescript-eslint/parser": "8.17.0",
"babel-loader": "^9.2.1",
"before-build-webpack": "^0.2.15",
"copy-webpack-plugin": "12.0.2",
"cross-var": "^1.1.0",
"css-loader": "^7.1.2",
"cssnano": "7.0.6",
"cssnano-preset-advanced": "7.0.6",
"esbuild": "^0.24.0",
"esbuild-loader": "^4.2.2",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort":"4.0.0",
"eslint-plugin-svelte": "2.46.1",
"fork-ts-checker-webpack-plugin": "9.0.2",
"merge-options": "^3.0.4",
"merge-properties-files": "^1.1.6",
"mini-css-extract-plugin": "^2.9.2",
"patch-package": "^8.0.0",
"postcss": "^8.4.49",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.82.0",
"sass-loader": "16.0.4",
"scss-symbols-parser": "^2.0.1",
"speed-measure-webpack-plugin": "^1.5.0",
"stats-webpack-plugin": "^0.7.0",
"string-replace-loader": "3.1.0",
"svelte": "4.2.19",
"svelte-check": "^4.1.1",
"svelte-loader": "3.2.4",
"svelte-native-preprocessor": "~1.0.0",
"svelte-preprocess": "6.0.3",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "9.5.1",
"ts-patch": "^3.3.0",
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0",
"webpack-bundle-analyzer": "^4.10.2"
}
}