-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.48 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
{
"name": "april-client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint src",
"postinstall": "patch-package"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@tauri-apps/api": "^1.2.0",
"chrono-node": "^2.6.3",
"classnames": "^2.3.2",
"framer-motion": "^10.11.2",
"googlethis": "^1.7.1",
"otpauth": "^9.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"react-speech-recognition": "^3.10.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"regenerator-runtime": "^0.13.11",
"remark-gfm": "^3.0.1",
"siriwave": "^2.3.0",
"tauri-plugin-positioner-api": "^0.2.7",
"tauri-settings": "^0.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-speech-recognition": "^3.9.1",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"patch-package": "^6.5.1",
"sass": "^1.60.0",
"typescript": "^4.9.5",
"vite": "^4.2.1"
}
}