-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "aptt",
"private": true,
"version": "3.5.3",
"type": "module",
"scripts": {
"test:static": "tsc --noEmit && eslint ./src",
"test:unit": "CI=true vitest",
"release": "tsx release.ts",
"dev": "vite",
"tauri-dev": "tauri dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"allotment": "^1.17.1",
"cron-schedule": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tabs": "^6.0.0",
"rich-textarea": "^0.19.4"
},
"devDependencies": {
"@amazeelabs/eslint-config": "^1.4.37",
"@amazeelabs/prettier-config": "^1.1.1",
"@tauri-apps/cli": "^1.2.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^8.31.0",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vite-plugin-fonts": "^0.7.0",
"vitest": "^0.23.2"
}
}