-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.38 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.38 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "pato-frontend",
"version": "1.12.2",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@diamondlightsource/ui-components": "v2.2.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@tanstack/react-query": "^4.36.1",
"framer-motion": "^11.18.2",
"molstar": "^4.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.60.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.3"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "REACT_APP_AUTH_ENDPOINT=http://localhost/auth/ REACT_APP_API_ENDPOINT=http://localhost/ vitest",
"format": "prettier --jsx-single-quote --print-width 100 --write src/**/*.{ts,tsx,css} --trailing-comma es5",
"demo": "REACT_APP_DEPLOY_TYPE=demo HTTPS=false REACT_APP_AUTH_ENDPOINT=http://localhost/auth/ REACT_APP_API_ENDPOINT=http://localhost/ react-app-rewired start"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^4.36.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.3.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"babel-loader": "^9.2.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.1.0",
"bfj": "^8.0.0",
"browserslist": "^4.27.0",
"camelcase": "^8.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^16.6.1",
"dotenv-expand": "^10.0.0",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"fs-extra": "^11.3.2",
"html-webpack-plugin": "^5.6.4",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^26.1.0",
"mini-css-extract-plugin": "^2.9.4",
"msw": "^2.10.5",
"prettier": "^3.6.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.17.0",
"resolve": "^1.22.10",
"resolve-url-loader": "^5.0.0",
"semver": "^7.7.2",
"source-map-loader": "^4.0.2",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.14",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.2.4",
"webpack": "^5.99.9",
"webpack-dev-server": "^4.15.2",
"webpack-manifest-plugin": "^5.0.1",
"workbox-webpack-plugin": "^7.3.0"
},
"msw": {
"workerDirectory": "public"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"packageManager": "yarn@4.8.1"
}