-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "foreman_resource_quota",
"version": "1.0.0",
"description": "DESCRIPTION",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack",
"test": "tfm-test --plugin --config jest.config.js",
"test:watch": "tfm-test --plugin --watchAll",
"test:current": "tfm-test --plugin --watch",
"publish-coverage": "tfm-publish-coverage",
"stories": "tfm-stories --plugin",
"stories:build": "tfm-build-stories --plugin",
"create-react-component": "yo react-domain"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theforeman/foreman_resource_quota.git"
},
"bugs": {
"url": "http://projects.theforeman.org/projects/foreman_resource_quota/issues"
},
"peerDependencies": {
"@theforeman/vendor": ">= 12.0.1"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.23.0",
"@sheerun/mutationobserver-shim": "^0.3.3",
"@testing-library/react": "^10.4.9",
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
"@theforeman/find-foreman": ">= 12.0.1",
"@theforeman/test": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"prettier": "^1.19.1",
"react-redux-test-utils": "^0.2.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.0"
}
}