-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 864 Bytes
/
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
{
"name": "astro-creative-base",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "3.2.1",
"@eslint/js": "^9.17.0",
"astro": "5.0.9",
"astro-robots-txt": "^1.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.18.1"
},
"dependencies": {
"gsap": "^3.12.5",
"lenis": "^1.1.18",
"split-type": "^0.3.4"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}