-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
115 lines (115 loc) · 4.24 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@mojaloop/reporting-hub-bop-role-ui",
"version": "1.5.4",
"description": "",
"main": "index.js",
"scripts": {
"docker:build": "docker-compose build --build-arg REACT_APP_VERSION=`npm run version --silent` --build-arg REACT_APP_COMMIT=`git rev-parse HEAD` --build-arg REACT_APP_NAME=`npm run name --silent`",
"start": "webpack-dev-server",
"build": "webpack --mode production",
"serve": "serve dist -s -p 3002",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
"lint-staged": "lint-staged",
"lint-style": "stylelint --syntax=scss 'src/**/*.scss'",
"release": "standard-version --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'",
"prepare": "husky install",
"prettier": "prettier --write 'src/**/*.{ts,tsx,js,scss,css,json}' 'webpack.*.js'",
"version": "node -pe \"require('./package.json').version\"",
"name": "node -pe \"require('./package.json').name\"",
"test": "jest --env=jsdom --testMatch '**/*.test.tsx'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.11.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.9.1",
"@babel/preset-typescript": "^7.10.4",
"@modusbox/microfrontend-utils": "^0.0.3",
"@modusbox/react-components": "^0.1.7",
"@modusbox/redux-utils": "^0.0.11",
"@modusbox/ts-utils": "^0.0.5",
"@reduxjs/toolkit": "^1.4.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/classnames": "^2.2.10",
"@types/history": "^4.7.7",
"@types/html-webpack-plugin": "^3.2.3",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.161",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"axios": "^0.21.2",
"babel-jest": "^27.0.6",
"babel-loader": "^8.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "4.2.1",
"dotenv": "^10.0.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^7.3.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-webpack-plugin": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"history": "4.10.1",
"html-webpack-plugin": "^5.3.2",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.1",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"node-fetch": "^2.6.1",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"prettier-eslint-cli": "^5.0.0",
"react": "^17.0.2",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "4.0.5",
"redux-saga": "^1.1.3",
"sass": "^1.37.2",
"sass-loader": "^12.1.0",
"serve": "^11.3.0",
"standard-version": "^9.3.1",
"style-loader": "^1.2.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1",
"terser-webpack-plugin": "^5.2.5",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"webpack": "^5.48.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "3.11.0"
},
"devDependencies": {
"axe-core": "^4.0.2"
}
}