-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.56 KB
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
{
"name": "LicenseDb-UI",
"version": "1.0.0",
"private": true,
"dependencies": {
"@tanstack/react-query": "^5.99.0",
"axios": "^1.15.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chroma-js": "^3.2.0",
"js-yaml": "^4.1.1",
"react": "19.2.4",
"react-bootstrap": "^2.10.10",
"react-chartjs-2": "^5.3.1",
"react-color": "^2.19.3",
"react-data-table-component": "^7.7.0",
"react-diff-viewer-continued": "^4.1.2",
"react-dom": "19.2.4",
"react-icons": "^5.6.0",
"react-router-dom": "^7.13.1",
"react-select": "^5.10.2",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"styled-components": "^6.3.11"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/",
"prettier": "prettier src/",
"prettier-fix": "prettier --write src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.30.1",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"prettier": "^3.5.3",
"vite": "^7.3.2"
}
}