forked from MatthiasPreuner/ecco-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.3 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
{
"name": "ecco-client",
"version": "0.1.0",
"main": "index.js",
"homepage": ".",
"scripts": {
"start": "react-scripts -r @cypress/instrument-cra start",
"startEccoClient": "npm start test",
"cypressOpen": "npx cypress open",
"cypressRun": "npx cypress run --browser chrome",
"parallelRunOpen": "npm-run-all -p startEccoClient cypressOpen",
"parallelRun": "npm-run-all -r -p startEccoClient cypressRun",
"runCypress": "start-server-and-test start http://127.0.0.1:8080 cypressRun",
"startReact": "react-scripts start",
"buildReact": "react-scripts build",
"testReact": "react-scripts test",
"ejectReact": "react-scripts eject"
},
"author": "Matthias Preuner",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.20",
"archiver": "^5.3.1",
"axios": "^0.26.1",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"cypress-puppeteer-plugin": "^1.0.1",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.3.0",
"fs-extra": "10.1.0",
"google-auth-library": "^8.9.0",
"googleapis": "^118.0.0",
"istanbul-lib-coverage": "^2.0.5",
"jquery": "^3.6.0",
"jszip": "^3.10.1",
"net": "^1.0.2",
"nyc": "^15.1.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"puppeteer": "^20.4.0",
"react": "^17.0.2",
"react-bootstrap": "^2.8.0",
"react-checkbox-tree": "^1.8.0",
"react-dom": "^17.0.2",
"react-dropzone": "^12.1.0",
"react-google-login": "^5.2.2",
"react-router-dom": "^6.14.2",
"react-scripts": "^5.0.1",
"react-tracked": "^1.7.11",
"sass": "^1.64.1",
"stream": "0.0.2",
"tls": "0.0.1",
"typescript": "^4.9.5",
"unzipper": "^0.10.14",
"url": "^0.11.1",
"util": "^0.12.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@cypress/code-coverage": "3.2.0",
"@cypress/instrument-cra": "^1.4.0",
"@types/bootstrap": "^5.1.9",
"@types/jquery": "^3.5.13",
"@types/uuid": "^8.3.4",
"cypress": "^12.11.0",
"cypress-file-upload": "^5.0.8",
"fs": "^0.0.1-security",
"marge": "^1.0.1",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
"mochawesome-report-generator": "^6.2.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.3"
},
"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"
]
},
"directories": {
"test": "test"
},
"description": "Web client for Ecco"
}