-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
37
{
"name": "ts-ng-21092018",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint 'lesson/**/*.ts'",
"ts-node": "ts-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jasmine": "^2.8.9",
"@types/node": "^10.11.3",
"html-webpack-plugin": "^3.2.0",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-typescript": "^3.0.13",
"pre-commit": "^1.2.2",
"ts-loader": "^5.2.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"pre-commit": [
"lint"
],
"dependencies": {
"rxjs": "^6.3.3"
}
}