forked from RedHatSatellite/foreman_theme_satellite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 828 Bytes
/
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
{
"name": "foreman_theme_satellite",
"version": "13.2.5",
"description": "Satellite theme =============",
"main": "index.js",
"scripts": {
"lint": "tfm-lint --plugin -d /webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatSatellite/foreman_theme_satellite.git"
},
"bugs": {
"url": "http://bugzilla.redhat.com/"
},
"peerDependencies": {
"@theforeman/vendor": ">= 4.12.0"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@theforeman/builder": ">= 4.12.0",
"@theforeman/eslint-plugin-foreman": ">= 4.12.0",
"@theforeman/test": ">= 4.12.0",
"@theforeman/vendor-dev": ">= 4.12.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"prettier": "^2.0.5",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0"
}
}