This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
"e2e" : " tsc && concurrently \" http-server -s\" \" protractor protractor.config.js\" --kill-others --success first" ,
11
11
"lint" : " tslint ./app/**/*.ts -t verbose" ,
12
12
"lite" : " lite-server" ,
13
- "postinstall" : " typings install" ,
14
13
"test" : " tsc && concurrently \" tsc -w\" \" karma start karma.conf.js\" " ,
15
14
"test-once" : " tsc && karma start karma.conf.js --single-run" ,
16
15
"tsc" : " tsc" ,
17
16
"tsc:w" : " tsc -w" ,
18
- "typings" : " typings" ,
19
17
"webdriver:update" : " webdriver-manager update"
20
18
},
21
19
"keywords" : [],
44
42
"devDependencies" : {
45
43
"concurrently" : " ^2.2.0" ,
46
44
"lite-server" : " ^2.2.0" ,
47
- "typescript" : " ^1.8.10" ,
48
- "typings" : " ^1.0.4" ,
45
+ "typescript" : " ^2.0.2" ,
49
46
50
47
"canonical-path" : " 0.0.2" ,
51
48
"http-server" : " ^0.9.0" ,
58
55
"karma-htmlfile-reporter" : " ^0.2.2" ,
59
56
"karma-jasmine" : " ^0.3.8" ,
60
57
"protractor" : " ^3.3.0" ,
61
- "rimraf" : " ^2.5.2"
58
+ "rimraf" : " ^2.5.2" ,
59
+
60
+ "@types/core-js" : " ^0.9.32" ,
61
+ "@types/jasmine" : " ^2.2.33" ,
62
+ "@types/node" : " ^6.0.38" ,
63
+ "@types/protractor" : " ^1.5.18"
62
64
},
63
65
"repository" : {}
64
66
}
You can’t perform that action at this time.
0 commit comments