-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.18 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.18 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
{
"name": "sohwagi",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amplitude/analytics-browser": "^2.20.1",
"@tanstack/eslint-plugin-query": "^5.68.0",
"@tanstack/react-query": "^5.67.3",
"@tanstack/react-query-devtools": "^5.83.0",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-modal-sheet": "^3.1.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.30.0",
"tailwindcss-preset-px-to-rem": "^1.2.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "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": {
"@babel/core": "^7.26.10",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.26.9",
"@eslint/js": "^9.25.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^3.1.2",
"autoprefixer": "^10.4.17",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"jsdom": "^26.1.0",
"msw": "^2.10.2",
"postcss": "^8.4.35",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"typescript-eslint": "^8.31.0",
"vite": "^6.3.2",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^3.1.2"
},
"msw": {
"workerDirectory": [
"public"
]
}
}