forked from theforeman/foreman
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "TheForemanDevDeps",
"version": "3.8.0",
"license": "GPL-3.0",
"description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.",
"private": true,
"engines": {
"node": "<16.0.0"
},
"scripts": {
"lint": "tfm-lint",
"lint:custom": "eslint ./webpack",
"foreman-js:link": "./script/npm_link_foreman_js.sh",
"postlint": "./script/npm_lint_plugins.js",
"test": "tfm-test",
"test:watch": "tfm-test --watchAll",
"test:current": "tfm-test --watch",
"publish-coverage": "tfm-publish-coverage",
"postinstall": "./script/npm_install_plugins.js",
"analyze": "./script/webpack-analyze"
},
"dependencies": {
"@theforeman/vendor": "^12.0.1",
"graphql-tag": "^2.11.0",
"intl": "~1.2.5",
"jed": "^1.1.1",
"react-intl": "^2.8.0"
},
"devDependencies": {
"@adobe/css-tools": "~4.2.0",
"@babel/core": "^7.7.0",
"@theforeman/builder": "^12.0.1",
"@theforeman/eslint-plugin-foreman": "^12.0.1",
"@theforeman/eslint-plugin-rules": "^12.0.2",
"@theforeman/test": "^12.0.1",
"@theforeman/vendor-dev": "^12.0.1",
"@types/jest": "<27.0.0",
"argv-parse": "^1.0.1",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"compression-webpack-plugin": "~1.1.11",
"cross-env": "^5.2.0",
"css-loader": "^0.23.1",
"cssnano": "^4.1.10",
"dotenv": "^5.0.0",
"eslint": "^6.7.2",
"eslint-plugin-spellcheck": "0.0.17",
"expose-loader": "~0.6.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.9.0",
"graphql": "^15.5.0",
"highlight.js": "~9.14.0",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"prettier": "^1.19.1",
"pretty-format": "26.6.2",
"raw-loader": "^0.5.1",
"react-dnd-test-backend": "^9.4.0",
"react-dnd-test-utils": "^9.4.0",
"react-remarkable": "^1.1.3",
"redux-mock-store": "^1.2.2",
"sass-loader": "~6.0.6",
"style-loader": "^0.13.1",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^1.0.1",
"webpack": "^3.4.1",
"webpack-bundle-analyzer": ">=3.3.2",
"webpack-dev-server-without-h2": "^2.11.8",
"webpack-stats-plugin": "^0.1.5",
"tabbable": "~5.2.0",
"sass": "~1.60.0"
}
}