-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 873 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
{
"name": "initly-app",
"version": "0.1.0",
"private": true,
"license": "MIT",
"homepage": "https://initly.app",
"repository": {
"type": "git",
"url": "https://github.com/darkniki/initly.git"
},
"type": "module",
"scripts": {
"dev": "ASTRO_TELEMETRY_DISABLED=1 astro dev",
"build": "ASTRO_TELEMETRY_DISABLED=1 astro check && ASTRO_TELEMETRY_DISABLED=1 astro build",
"preview": "npm run build && wrangler dev",
"deploy": "npm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "12",
"@astrojs/vue": "^5.0.0",
"astro": "^5.0.0",
"typescript": "^5.6.3",
"vue": "^3.5.13"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"wrangler": "^4.94.0"
}
}