-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 KB
/
package.json
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
{
"name": "personal-finance-manager-webapp",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.13.6",
"@mui/x-data-grid": "6.10.2",
"@neondatabase/serverless": "^0.6.0",
"@ts-stack/markdown": "^1.5.0",
"@types/styled-components": "^5.1.28",
"classnames": "^2.3.2",
"openai": "^4.12.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^6.1.0",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@csstools/postcss-global-data": "2.0.1",
"@types/node": "20.3.1",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@vitejs/plugin-react-swc": "3.0.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.3.4",
"postcss-custom-media": "10.0.0",
"prettier": "2.8.8",
"typescript": "5.0.2",
"typescript-plugin-css-modules": "5.0.1",
"vite": "4.3.9"
}
}