-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "daily-helper",
"version": "2.3.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"fixlint": "prettier --write src/",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@octokit/graphql": "^9.0.3",
"@types/node": "^22.19.17",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"motion": "^12.38.0",
"react-markdown": "^9.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"typescript": "^5.9.3"
},
"lint-staged": {
"src/**/*.{ts,tsx,css}": "prettier --write"
},
"devDependencies": {
"@octokit/types": "^6.34.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^29.5.14",
"@vitejs/plugin-react": "^6.0.1",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^16.4.0",
"prettier": "^3.8.1",
"vite": "^8.0.8",
"vitest": "^4.1.4"
}
}