-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "foreman_acd",
"version": "0.9.3",
"description": "foreman application centric deployment",
"main": "index.js",
"peerDependencies": {
"@theforeman/vendor": ">= 10.1.0"
},
"devDependencies": {
"@theforeman/builder": ">= 12.0.1",
"@theforeman/eslint-plugin-foreman": ">= 12.0.1",
"@theforeman/find-foreman": "^13.0.0",
"@theforeman/test": ">= 12.0.1",
"@theforeman/vendor-dev": ">= 12.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.34.1",
"jest": "^23.6.0",
"jest-prop-type-error": "^1.1.0",
"lodash": "^4.17.11",
"prettier": "^1.19.1",
"react-redux-test-utils": "^0.1.1",
"sortabular": "^1.5.1",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0",
"table-resolver": "^3.2.0"
},
"scripts": {
"lint": "eslint *.js webpack",
"lint-fix": "eslint --fix *.js webpack",
"stylelint": "stylelint webpack/**/*.scss",
"stylelint-fix": "stylelint webpack/**/*.scss --fix",
"test": "tfm-test --plugin --config jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ATIX-AG/foreman_acd.git"
},
"author": "ATIX AG <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ATIX-AG/foreman_acd/issues"
},
"homepage": "https://atix.de"
}