forked from klippa-app/nativescript-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 906 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
35
36
{
"nativescript": {
"id": "org.nativescript.plugindemo.feedback",
"tns-android": {
"version": "6.0.1"
},
"tns-ios": {
"version": "6.0.1"
}
},
"dependencies": {
"nativescript-feedback": "file:../src",
"nativescript-theme-core": "~1.0.6",
"nativescript-unit-test-runner": "0.7.0",
"tns-core-modules": "~6.0.6"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"jasmine-core": "^2.5.2",
"karma": "4.1.0",
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.1",
"nativescript-dev-webpack": "1.0.1",
"tns-platform-declarations": "~6.0.6",
"tslint": "~5.4.3",
"typescript": "3.4.5",
"karma-webpack": "3.0.5"
},
"scripts": {
"build.plugin": "cd ../src && npm run build"
}
}