-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.84 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "oseille-vite",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "npx eslint src",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^3.0.0",
"@pdfme/generator": "^1.0.17",
"ag-charts-react": "^9.0.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"jotai": "^2.4.3",
"jotai-location": "^0.5.1",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"pdfmake": "^0.2.6",
"posthog-js": "^1.116.2",
"pouchdb": "^7.3.1",
"pouchdb-find": "^7.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.6",
"react-router-dom": "^6.4.3",
"relational-pouch": "^4.0.4",
"rollup-plugin-visualizer": "^5.12.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/pdfmake": "^0.2.2",
"@types/pouchdb": "^6.4.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.47",
"prettier": "^2.8.0",
"tailwindcss": "^3.4.13",
"typescript": "^4.9.5",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.14.7",
"workbox-window": "^6.5.4"
}
}