-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "foreman_rh_cloud",
"version": "11.0.3",
"description": "Inventory Upload =============",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"lint:spelling": "eslint ./webpack",
"test": "tfm-test --plugin",
"test:watch": "tfm-test --plugin --watchAll",
"test:current": "tfm-test --plugin --watch",
"publish-coverage": "tfm-publish-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman_rh_cloud.git"
},
"bugs": {
"url": "http://projects.theforeman.org/projects/foreman_rh_cloud/issues"
},
"peerDependencies": {
"@theforeman/vendor": ">= 10.1.1"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 10.1.1",
"@theforeman/test": ">= 10.1.1",
"@theforeman/eslint-plugin-foreman": ">= 10.1.1",
"babel-eslint": "~10.0.0",
"eslint": "~6.7.2",
"eslint-plugin-spellcheck": "~0.0.17",
"jed": "~1.1.1",
"prettier": "~1.19.1",
"stylelint": "~9.3.0",
"stylelint-config-standard": "~18.0.0",
"surge": "~0.20.3",
"redux-mock-store": "~1.2.2"
}
}