-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.05 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": "breadsheet-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"loglevel": "^1.9.1",
"loglevel-plugin-remote": "^0.6.8",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^7.6.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.30.0",
"react-transition-group": "^4.4.5",
"uuid": "^11.1.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"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": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.4.1",
"jsdom": "^26.1.0",
"sass": "^1.86.0",
"vite": "^6.3.1",
"vitest": "^3.1.1"
}
}