-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.81 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.81 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
62
63
64
{
"name": "vrms-client",
"version": "0.3.0",
"description": "VRMS Client",
"homepage": "https://www.vrms.io",
"dependencies": {
"@babel/plugin-transform-react-jsx-self": "^7.10.4",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.16.7",
"@mui/x-date-pickers": "^7.21.0",
"@tailwindcss/vite": "^4.1.10",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.3.2",
"classnames": "^2.2.6",
"cross-env": "^7.0.2",
"cross-var": "^1.1.0",
"d3": "^5.15.1",
"dotenv-cli": "^3.2.0",
"http-proxy-middleware": "^2.0.9",
"js-cookie": "^2.2.1",
"local-storage": "^2.0.0",
"mathjs": "^15.2.0",
"minimist": "^1.2.6",
"moment": "^2.29.2",
"moment-recur": "^1.0.7",
"react": "^18.2.0",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-router-dom": "^5.1.2",
"tailwindcss": "^4.1.10",
"validator": "^13.15.22",
"vite": "^6.4.1",
"vite-plugin-svgr": "^4.3.0"
},
"scripts": {
"vite": "vite",
"dev": "vite",
"start": "dotenv -e .env -e ../backend/.env -- cross-var cross-env PORT=%CLIENT_PORT% vite",
"build": "vite build",
"test": "vitest run",
"preview": "vite preview",
"heroku-postbuild": "npm run build"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"author": "sarL3y",
"license": "ISC",
"devDependencies": {
"@testing-library/dom": "^10.3.2",
"@testing-library/react": "^16.0.0",
"autoprefixer": "^10.4.21",
"jsdom": "^24.1.0",
"sass": "^1.49.7",
"vitest": "^1.6.1"
},
"engines": {
"node": "<=18.0.0"
}
}