-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.48 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
{
"name": "adoptium-dashboard-website",
"version": "1.0.0",
"license": "Apache License Version 2.0",
"scripts": {
"start": "parcel index.html -p 3000",
"build": "parcel build index.html",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/highcharts": "^7.0.0",
"@types/lodash": "^4.17.13",
"@types/react": "^19.0.2",
"@vitest/coverage-v8": "^2.1.8",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "^5.7.2"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@babel/preset-env": "^7.26.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@vitejs/plugin-react": "^4.3.4",
"antd": "^5.22.6",
"express": "^4.21.2",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^6.26.2",
"react-router-dom": "^6.28.0",
"static-server": "^2.2.1",
"vitest": "^2.0.2"
},
"ts-standard": {
"ignore": [
"vitest-setup.ts",
"vitest.config.ts"
]
}
}