-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
{
"name": "stellar",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"author": "shiki",
"description": "A fast, modern, and powerful presentation framework",
"repository": {
"type": "git",
"url": "git+https://github.com/shiki-01/Stellar.git"
},
"keywords": [
"presentation",
"framework",
"astro",
"electron"
],
"main": "public/script/electron.js",
"scripts": {
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"electron": "wait-on tcp:4321 && electron .",
"dev": "concurrently \"npm run start\" \"npm run electron\"",
"pack": "electron-builder --dir",
"package": "electron-forge package",
"make": "electron-forge make"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.10.2",
"@iconify-json/ic": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@nanostores/preact": "^0.5.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.4",
"astro-icon": "^1.1.1",
"bits-ui": "^0.21.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"concurrently": "^9.0.0",
"crypto-js": "^4.2.0",
"electron-is-dev": "^3.0.1",
"electron-squirrel-startup": "^1.0.1",
"framer-motion": "^11.5.6",
"lucide-react": "^0.445.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.19",
"svelte-motion": "^0.12.2",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"wait-on": "^8.0.0"
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.83.0",
"electron": "^32.1.2"
}
}