-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
{
"name": "opencost-ui",
"description": "Open source UI for OpenCost",
"version": "0.1.0",
"license": "Apache-2.0",
"scripts": {
"build": "npx parcel build src/index.html",
"serve": "npx parcel serve src/index.html --no-cache",
"clean": "rm -rf dist/*",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions"
},
"browserslist": [
"defaults"
],
"dependencies": {
"@babel/runtime": "^7.28.6",
"@date-io/core": "^3.2.0",
"@date-io/date-fns": "^3.2.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.7",
"@mui/material": "^7.3.6",
"@mui/x-date-pickers": "^8.27.0",
"axios": "^1.13.5",
"date-fns": "^4.1.0",
"html-to-react": "^1.7.0",
"lodash": "^4.17.23",
"material-design-icons-iconfont": "^6.7.0",
"prop-types": "^15.8.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"recharts": "^3.7.0"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"buffer": "^6.0.3",
"parcel": "^2.16.4",
"prettier": "^3.8.0",
"process": "^0.11.10",
"set-value": "4.1.0"
},
"resolutions": {
"set-value": "4.1.0"
}
}