-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 714 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 714 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
{
"name": "project",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node replaceHtml.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.2.1",
"gsap": "^3.11.4",
"lil-gui": "^0.18.2"
},
"devDependencies": {
"@astrojs/sitemap": "^1.2.2",
"@frontendista/astro-html-minify": "^1.0.7",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"fs-extra": "^11.1.1",
"glob": "^9.3.4",
"postcss-merge-queries": "^1.0.3",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"sass": "^1.61.0",
"vite-plugin-glsl": "^1.1.2"
}
}