forked from mojaloop/ml-testing-toolkit-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.82 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
{
"name": "ml-testing-toolkit-ui",
"version": "11.8.5",
"description": "Mojaloop Testing Toolkit Web User Interface",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/vijayg10/ml-testing-toolkit-ui.git"
},
"author": "Vijaya Kumar Guthi",
"license": "MIT",
"bugs": {
"url": "https://github.com/vijayg10/ml-testing-toolkit-ui/issues"
},
"homepage": "https://localhost:6060/",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css",
"minify-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/argon-dashboard-react.scss src/assets/css/argon-dashboard-react.css --source-map true",
"audit:resolve": "SHELL=sh resolve-audit",
"audit:check": "SHELL=sh check-audit",
"electron": "electron electron"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@mojaloop/ml-testing-toolkit-shared-lib": "12.0.2",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"ace-builds": "^1.4.12",
"antd": "^4.8.0",
"array-move": "^3.0.1",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"brace": "^0.11.1",
"core-js": "^3.6.5",
"electron": "^11.0.4",
"idb-keyval": "^5.0.2",
"js-file-download": "^0.4.12",
"json-schema-faker": "^0.5.0-rcv.29",
"jsoneditor": "^9.1.1",
"jsoneditor-react": "^3.0.1",
"jszip": "^3.5.0",
"lodash": "^4.17.20",
"mermaid": "^8.8.2",
"mobx": "^6.0.3",
"react": "^17.0.1",
"react-ace": "^9.2.0",
"react-dom": "^17.0.1",
"react-keyed-file-browser": "^1.10.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-sortable-hoc": "^1.11.0",
"redoc": "^2.0.0-rc.40",
"socket.io-client": "^2.3.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"npm-audit-resolver": "^2.2.1",
"typescript": "3.3.3333"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
]
}
}