-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "mobile-app",
"main": "app/app.ts",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.svelte app",
"lint:fix": "eslint --fix --ext .js,.ts,.svelte app"
},
"dependencies": {
"@nativescript/core": "~8.5.0",
"@nativescript/geolocation": "^8.2.0",
"@nativescript/localize": "^5.1.0",
"@nativescript/theme": "~3.0.2",
"@triniwiz/nativescript-couchbase": "^1.4.0",
"emoji-type": "^1.0.4",
"nativescript-audio": "^6.2.6",
"nativescript-intl": "^4.0.2",
"nativescript-texttospeech": "^3.0.1",
"svelte-native": "~1.0.0"
},
"devDependencies": {
"@nativescript/eslint-plugin": "^0.0.4",
"@nativescript/ios": "8.5.1",
"@nativescript/types": "~8.5.0",
"@nativescript/webpack": "~5.0.14",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "~3.44.0",
"svelte-loader": "^3.1.2",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^4.7.0",
"typescript": "~4.8.4"
}
}