-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.02 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
{
"name": "@jahia/security-filter",
"version": "2.6.0-SNAPSHOT",
"scripts": {
"dev": "webpack --watch",
"build": "webpack --mode=production",
"lint": "eslint --ext js,jsx,json . ",
"lint:fix": "eslint --ext js,jsx,json --fix ",
"sync-pom": "sync-pom-version --use-yarn"
},
"description": "Security Filter for DX",
"main": "index.js",
"repository": "[email protected]:Jahia/security-filter-tools.git",
"author": "Jahia Core Tean <[email protected]>",
"license": "MIT",
"jahia": {
"remotes": {
"jahia": "javascript/apps/remoteEntry.js"
}
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@jahia/data-helper": "^1.0.0",
"@jahia/moonstone": "^1.5.3",
"@jahia/ui-extender": "^1.0.3",
"@material-ui/core": "^4.12.3",
"clsx": "^1.1.1",
"connected-react-router": "^6.8.0",
"graphql-tag": "^2.11.0",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-apollo": "^3.1.3",
"react-dom": "^16.10.2",
"react-i18next": "^11.2.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux-actions": "^2.6.5"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@cyclonedx/webpack-plugin": "^3.6.1",
"@jahia/eslint-config": "^1.1.0",
"@jahia/stylelint-config": "^0.0.3",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^3.4.2",
"eslint": "^7.9.0",
"eslint-plugin-jest": "^24.0.1",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.2.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"stylelint": "^13.7.1",
"sync-pom-version-to-package": "^1.6.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0"
}
}