forked from adoptium/dash.adoptium.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@types/highcharts": "^7.0.0",
"@types/lodash": "^4.17.0",
"@types/react": "^18.3.1",
"@vitest/coverage-v8": "^1.5.2",
"parcel": "^2.12.0",
"process": "^0.11.10",
"typescript": "^5.4.5"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@babel/preset-env": "^7.24.5",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.3.0",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.16.5",
"express": "^4.19.2",
"highcharts": "^11.4.1",
"highcharts-react-official": "^3.2.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"static-server": "^2.2.1",
"vitest": "^1.2.2"
},
"ts-standard": {
"ignore": [
"vitest-setup.ts",
"vitest.config.ts"
]
}
}