-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 3.07 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
{
"name": "expense-ledger-web",
"version": "1.107.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^4.2.7",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-toggle-group": "^1.1.16",
"@radix-ui/themes": "^3.3.0",
"dayjs": "^1.11.21",
"firebase": "^12.16.0",
"graphql": "^17.0.2",
"jotai": "^2.20.2",
"motion": "^12.42.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-firebaseui": "^6.0.0",
"react-router": "^7.18.1",
"react-router-dom": "^7.18.1",
"react-snowfall": "^2.4.0",
"react-spring": "^10.0.4",
"recharts": "^3.10.0",
"rxjs": "^7.8.2",
"styled-components": "^6.4.4",
"swiper": "^14.0.6",
"uuid": "^14.0.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"compile": "tsc",
"test": "jest",
"release": "release-it",
"lint": "eslint ./src/",
"lint:fix": "eslint ./src/ --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,scss}'",
"vercel": "vercel",
"gen-gql-model": "graphql-codegen"
},
"devDependencies": {
"@babel/preset-env": "^8.0.2",
"@babel/preset-react": "^8.0.1",
"@babel/preset-typescript": "^8.0.1",
"@eslint/compat": "^2.1.0",
"@graphql-codegen/cli": "^7.2.0",
"@rolldown/plugin-babel": "^0.2.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.36",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"@vitejs/plugin-react": "^6.0.4",
"babel-jest": "^30.4.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.7.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.7.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"prettier": "^3.9.6",
"react-test-renderer": "^19.2.8",
"release-it": "^20.2.1",
"rolldown": "^1.2.0",
"sass": "^1.101.3",
"typescript": "^7.0.2",
"vercel": "^56.5.0",
"vite": "^8.1.5",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-svgr": "^5.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 version"
]
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "yarn@4.17.1"
}