-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.98 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
{
"author": "[email protected]",
"dependencies": {
"@carbon/ibm-products": "^2.8.1",
"@carbon/react": "^1.37.0",
"@reduxjs/toolkit": "^1.9.5",
"axios": "1.4.0",
"clone": "^2.1.2",
"crypto-js": "^4.1.1",
"diff-match-patch": "^1.0.5",
"dotenv": "^16.3.1",
"i18next": "^23.2.3",
"i18next-http-backend": "^2.2.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^13.0.1",
"react-json-view": "^1.21.3",
"react-redux": "^8.1.1",
"react-router-dom": "^6.13.0",
"sass": "^1.63.6",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@cypress/code-coverage": "^3.12.1",
"@cypress/react": "^8.0.0",
"@cypress/react18": "^2.0.0",
"@types/carbon-components-react": "^7.55.2",
"axios-mock-adapter": "^1.22.0",
"babel-cli": "^6.26.0",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-react-app": "^10.0.1",
"css-loader": "^6.8.1",
"cypress": "13.4.0",
"nyc": "^15.1.0",
"redux-mock-store": "^1.5.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"typescript": "^5.1.3",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"license": "MIT",
"main": "index.js",
"name": "scantool-hybrid",
"private": true,
"repository": "https://github.ibm.com/software-genome/codegenome_ui.git",
"scripts": {
"build": "webpack --config webpack.config.js && cp -vR public/static/* static && cp -v public/*.* static/ && cp -v static/DiffWorker.js cypress/fixtures/DiffWorker.txt && cp -v static/UploadWorker.js cypress/fixtures/UploadWorker.txt && cp -v static/HistoryMonitor.js cypress/fixtures/HistoryMonitor.txt",
"cypress:open": "cypress open",
"test:component": "CYPRESS_NO_COMMAND_LOG=1 cypress run --component"
},
"nyc": {
"report-dir": "coverage/cypress"
},
"version": "1.0.0"
}