forked from EddyVerbruggen/nativescript-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 Bytes
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
{
"dependencies": {
"nativescript-feedback": "file:../src",
"@nativescript/theme": "~2.3.0",
"@nativescript/core": "7.0.0",
"nativescript-unit-test-runner": "0.7.0"
},
"devDependencies": {
"@nativescript/android": "7.0.0",
"@nativescript/ios": "7.0.0",
"@nativescript/types": "7.0.0",
"@nativescript/webpack": "3.0.0",
"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",
"karma-webpack": "3.0.5",
"lazy": "1.0.11",
"tslint": "~5.4.3",
"typescript": "3.9.7"
},
"scripts": {
"build.plugin": "cd ../src && npm run build"
},
"main": "app.js"
}