-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 917 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 917 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
{
"name": "markjaysoncreative",
"version": "1.0.0",
"description": "Standalone creative site for Mark Jayson Martinez Farol.",
"scripts": {
"check:node": "node scripts/check-node-version.mjs",
"predev": "npm run check:node",
"dev": "astro dev",
"prebuild": "npm run check:node",
"build": "astro build",
"prepreview": "npm run check:node",
"preview": "astro preview",
"deploy": "wrangler pages deploy dist --project-name markjaysoncreative"
},
"keywords": [
"astro",
"creative-site",
"portfolio"
],
"author": "Mark Jayson Farol",
"license": "ISC",
"type": "module",
"dependencies": {
"gsap": "^3.13.0"
},
"engines": {
"node": "22.x"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/sitemap": "^3.7.1",
"@types/node": "^25.3.5",
"astro": "^6.0.8",
"typescript": "^5.9.3",
"wrangler": "^4.71.0"
}
}