-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 Bytes
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
{
"name": "ping-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "jest"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"preact": "^10.11.3",
"preact-transitioning": "^1.4.0",
"ts-matrix": "^1.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@preact/preset-vite": "^2.4.0",
"@tauri-apps/cli": "^1.2.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.7.14",
"autoprefixer": "^10.4.13",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"postcss": "^8.4.21",
"sass": "^1.58.0",
"tailwindcss": "^3.2.6",
"ts-jest": "^29.0.5",
"typescript": "^4.6.4",
"vite": "^4.1.5"
}
}