-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.18 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
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
99
100
101
102
103
104
105
106
107
{
"name": "@kiyozz/tauri-app",
"private": true,
"version": "23.1.0-1",
"author": {
"email": "kevinturmel@gmail.com",
"name": "Kiyozz",
"url": "pca.kiyozz.com"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev --no-watch",
"tauri:build": "tauri build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src"
},
"dependencies": {
"@datapunt/matomo-tracker-react": "^0.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/ibm-plex-mono": "^5.0.4",
"@fontsource/inter": "^5.0.4",
"@fontsource/roboto": "^5.0.4",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.1.1",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@radix-ui/react-primitive": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@sindresorhus/is": "^5.4.1",
"@tanstack/react-query": "^4.29.19",
"@tauri-apps/api": "^1.4.0",
"class-variance-authority": "^0.6.1",
"deepmerge": "^4.3.1",
"fp-ts": "^2.16.0",
"framer-motion": "^10.12.18",
"i18next": "^23.2.7",
"i18next-browser-languagedetector": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.0.1",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.1",
"safe-json-stringify": "^1.2.0",
"semver": "^7.5.3",
"tailwind-merge": "^1.13.2",
"tiny-invariant": "^1.3.1",
"ts-pattern": "^5.0.1",
"ts-results": "^3.3.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query-devtools": "^4.29.19",
"@tauri-apps/cli": "^1.4.0",
"@types/deep-equal": "^1.0.1",
"@types/node": "^16.18.18",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/safe-json-stringify": "^1.1.2",
"@types/semver": "^7.5.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"react-use-localstorage": "^3.5.3",
"tailwindcss": "^3.3.2",
"type-fest": "^3.12.0",
"typescript": "^5.1.6",
"vite": "^4.3.9"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"csstype"
]
}
}
}