-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1012 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
{
"name": "shotcove",
"private": true,
"version": "1.0.7",
"type": "module",
"license": "MIT",
"author": "Alperen Cetin <me@xacnio.dev>",
"repository": {
"type": "git",
"url": "https://github.com/xacnio/shotcove"
},
"homepage": "https://github.com/xacnio/shotcove",
"scripts": {
"fetch-data": "node scripts/build-legal.mjs",
"dev": "npm run fetch-data && vite",
"build": "npm run fetch-data && vite build",
"preview": "vite preview",
"tauri": "tauri",
"build-exe": "npm run build && cargo build --manifest-path src-tauri/Cargo.toml --profile release-fast"
},
"dependencies": {
"@fontsource-variable/manrope": "^5.2.8",
"@tanstack/react-virtual": "^3.14.2",
"marked": "^18.0.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.0",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.1.0",
"vite": "^6.0.0"
}
}