-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
35 lines (35 loc) · 1.04 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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@nativescript/core": "~8.1.3",
"@nativescript/theme": "^3.0.1",
"nativescript-ui-sidedrawer": "^9.0.3",
"svelte-native-nativescript-ui": "0.9.0"
},
"devDependencies": {
"@nativescript/android": "~8.1.1",
"@nativescript/unit-test-runner": "^1.0.2",
"@nativescript/webpack": "~5.0.0",
"@types/chai": "^4.2.4",
"@types/karma-chai": "0.1.1",
"@types/mocha": "^8.0.3",
"chai": "4.3.4",
"karma": "6.3.2",
"karma-chai": "0.1.0",
"karma-mocha": "2.0.1",
"karma-nativescript-launcher": "0.4.0",
"karma-webpack": "3.0.5",
"mocha": "8.3.2",
"semver": "^7.3.5",
"svelte": "3.42.6",
"svelte-loader": "^3.0.0",
"svelte-native": "file:../dist",
"svelte-native-preprocessor": "^1.0.0",
"svelte-preprocess": "^4.7.0",
"typescript": "~4.0.0"
},
"readme": "NativeScript Application",
"main": "app/app.ts"
}