-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "frontend-app",
"private": true,
"version": "1.4.3",
"scripts": {
"release": "commit-and-tag-version",
"git-info": "node lib/gitInfo.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"export": "next build && next export",
"cypress": "cypress open",
"test": "jest --watch",
"test:ci": "jest --ci",
"test:coverage": "jest --coverage --watchAll=false --coverageDirectory=coverage --collectCoverageFrom=**/*.{js,jsx,tsx} --verbose "
},
"dependencies": {
"@eosc-perf/eosc-perf-client": "^1.0.0-SNAPSHOT.202309140158",
"@popperjs/core": "^2.11.7",
"axios": "^1.5.0",
"bootstrap": "^5.3.1",
"chart.js": "^4.4.0",
"clsx": "^2.0.0",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"echarts-stat": "^1.2.0",
"lodash": "^4.17.21",
"next": "^13.4.19",
"next-transpile-modules": "^10.0.1",
"oidc-client-ts": "^2.2.5",
"prismjs": "^1.29.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-icons": "^1.10.3",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.17.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"react-oidc-context": "^2.3.0",
"react-query": "^3.39.3",
"sass": "^1.67.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.8",
"@next/bundle-analyzer": "^12.1.1",
"@next/eslint-plugin-next": "^12.1.1",
"@stoplight/prism-cli": "^4.8.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.4.0",
"@types/lodash": "^4.14.198",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.16.6",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.24",
"@types/react-datepicker": "^4.3.2",
"@types/react-highlight": "^0.12.5",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"commit-and-tag-version": "^11.2.3",
"cross-env": "^7.0.3",
"cypress": "^13.2.0",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.10.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"msw": "^1.3.1",
"openapi-typescript-codegen": "^0.25.0",
"prettier": "^3.0.3",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2",
"webpack-bundle-analyzer": "^4.9.1"
},
"packageManager": "[email protected]"
}