forked from madmas/nativescript-pdf-view
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 985 Bytes
/
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
{
"name": "nativescript-pdf-view-demo",
"description": "Demo application for nativescript-pdf-view",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FinanzRitter/nativescript-pdf-view.git"
},
"dependencies": {
"@finanzritter/nativescript-pdf-view": "file:../src",
"@nativescript/core": "7.0.0",
"@nativescript/theme": "^3.0.0",
"@nativescript/webpack": "3.0.0",
"nativescript-unit-test-runner": "0.7.0"
},
"devDependencies": {
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.0.4",
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.17.1",
"filewalker": "0.1.3",
"jasmine-core": "^2.6.1",
"karma": "4.1.0",
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"karma-webpack": "3.0.5",
"lazy": "1.0.11",
"nativescript-dev-android-snapshot": "^0.*.*",
"typescript": "3.9.7"
},
"main": "app.js"
}