-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 854 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 854 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
36
37
38
39
40
41
42
{
"name": "hexalaunch",
"version": "0.1.1",
"description": "",
"contributors": [
{
"name": "ElitoGame"
},
{
"name": "chpenz"
},
{
"name": "Karo"
}
],
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.11.18",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@lyrasearch/lyra": "^0.4.1",
"@stitches/core": "^1.2.8",
"@tauri-apps/api": "^1.2.0",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.9",
"solid-transition-group": "^0.0.10"
}
}