5
5
"repository" : " <fill-your-repository-here>" ,
6
6
"nativescript" : {
7
7
"id" : " org.nativescript.ng4animations" ,
8
- "tns-android" : {
9
- "version" : " latest"
10
- },
11
8
"tns-ios" : {
12
9
"version" : " latest"
13
10
}
32
29
"devDependencies" : {
33
30
"@angular/compiler-cli" : " ~7.2.0" ,
34
31
"@ngtools/webpack" : " ~7.2.0" ,
32
+ "@types/chai" : " ~4.1.7" ,
33
+ "@types/mocha" : " ~5.2.5" ,
34
+ "@types/node" : " ~10.12.18" ,
35
35
"babel-traverse" : " 6.25.0" ,
36
36
"babel-types" : " 6.25.0" ,
37
37
"babylon" : " 6.17.4" ,
38
38
"lazy" : " 1.0.11" ,
39
+ "mocha" : " ~5.2.0" ,
40
+ "mochawesome" : " ~3.1.2" ,
39
41
"nativescript-css-loader" : " ~0.26.0" ,
42
+ "nativescript-dev-appium" : " next" ,
40
43
"nativescript-dev-typescript" : " ^0.7.0" ,
41
44
"nativescript-dev-webpack" : " next" ,
42
- "typescript" : " ~3.1.1" ,
43
- "nativescript-dev-appium" : " next" ,
44
- "mocha" : " ~5.2.0" ,
45
- "mochawesome" : " ~3.1.2" ,
46
- "@types/mocha" : " ~5.2.5" ,
47
- "@types/chai" : " ~4.1.7" ,
48
- "@types/node" : " ~10.12.18"
45
+ "typescript" : " ~3.1.1"
49
46
},
50
47
"scripts" : {
51
48
"u" : " update-ns-webpack" ,
52
49
"e2e" : " tsc -p e2e && mocha --opts ./e2e/config/mocha.opts" ,
53
50
"e2e-watch" : " tsc -p e2e --watch" ,
54
51
"e2e-compile" : " tsc -p e2e"
55
52
}
56
- }
53
+ }
0 commit comments