-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.3 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
{
"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.23.9",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.5",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"html-to-react": "^1.7.0",
"material-design-icons-iconfont": "^6.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"recharts": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-react": "^7.12.13",
"buffer": "^6.0.3",
"parcel": "^2.11.0",
"process": "^0.11.10",
"set-value": "4.1.0"
},
"resolutions": {
"set-value": "4.1.0"
}
}