-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.88 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
{
"name": "monasca-app",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prettier": "prettier --debug-check 'src/**/*.ts' && prettier --write 'src/**/*.ts'",
"test": "./node_modules/.bin/prettier --list-different 'src/**/*.ts' && ./node_modules/.bin/eslint 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackhpc/monasca-grafana-app.git"
},
"author": "",
"license": "Apache2",
"bugs": {
"url": "https://github.com/stackhpc/monasca-grafana-app/issues"
},
"devDependencies": {
"@types/expect.js": "^0.3.29",
"@types/mocha": "^5.2.3",
"@types/sinon": "^5.0.1",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-typescript": "^1.0.2",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-typescript": "^0.12.0",
"expect.js": "^0.3.1",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-sass": "^2.1.0",
"grunt-ts": "^6.0.0-beta.19",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"prettier": "^1.13.5",
"sinon": "^6.0.1",
"systemjs": "^0.21.4",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"typescript-eslint-parser": "^16.0.0"
},
"homepage": "https://github.com/stackhpc/monasca-grafana-app"
}