-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 KB
/
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
34
{
"name": "mpa-template-with-astro",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && npm run htmlMinifier && npm run replaceRelativePathInHtml && npm run replaceRelativePathInCss",
"preview": "astro preview",
"astro": "astro",
"htmlMinifier": "node _build-options/htmlMinifier.mjs",
"replaceRelativePathInCss": "node _build-options/replaceRelativePathInCss.mjs",
"replaceRelativePathInHtml": "node _build-options/replaceRelativePathInHtml.mjs"
},
"dependencies": {
"@studio-freight/lenis": "^1.0.33",
"astro": "^2.10.12",
"gsap": "^3.12.2",
"simplebar": "^6.2.5",
"swiper": "^7.0.8"
},
"devDependencies": {
"astro-compress": "2.0.14",
"autoprefixer": "^10.4.15",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"html-minifier": "^4.0.0",
"postcss-merge-queries": "^1.0.3",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"sass": "^1.66.1",
"vite-plugin-glsl": "^1.1.2"
}
}