-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 916 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 916 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
{
"name": "kingshot-daily-optimizer",
"type": "module",
"version": "1.0.0",
"description": "A daily task tracker for Kingshot players to optimize their gameplay",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "npm run build && gh-pages -d dist"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.3.1",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"astro": "^5.13.9",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "^5.9.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"tailwindcss": "^4.1.13"
},
"keywords": [
"kingshot",
"todo",
"task-tracker",
"game-optimization",
"pwa",
"astro",
"react"
],
"author": "Your Name",
"license": "MIT"
}