-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.83 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sonarqube-typescript-setup",
"version": "1.0.0",
"description": "Static code analysis with sonarqube tslint",
"main": "inde.js",
"scripts": {
"test": "karma start"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/jasmine": "^2.8.0",
"@types/jasmine-ajax": "^3.1.37",
"@types/node": "6.0.69",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "1.0.1",
"karma-coverage": "^1.1.2",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^3.0.13",
"karma-typescript-es6-transform": "^1.0.4",
"karma-typescript-preprocessor": "^0.4.0",
"karma-sonarqube-unit-reporter": "0.0.18",
"tslint-sonarts": "^1.8.0",
"npm-run-all": "^4.0.2",
"puppeteer": "^1.11.0",
"requirejs": "^2.3.5",
"ts-loader": "^3.1.1",
"tslint": "^5.7.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.6.1",
"webpack": "^3.8.1",
"webpack-concat-plugin": "^1.4.2",
"nodemon": "^1.18.7",
"sonarqube-unit-test-reporter": "1.0.0"
},
"dependencies": {
"common.js": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shrutigv/sonarQube-typescript-setup.git"
},
"keywords": [
"sonarQube",
"CI",
"static-typescript-analysis"
],
"author": "shrutigv",
"license": "MIT",
"bugs": {
"url": "https://github.com/shrutigv/sonarQube-typescript-setup/issues"
},
"homepage": "https://github.com/shrutigv/sonarQube-typescript-setup#readme"
}