-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 721 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 721 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
{
"name": "vanilla-app-template",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"pug": "node scripts/compile-pug/compile-pug.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@macropygia/vite-plugin-pug-static": "^0.0.20",
"glob": "^11.0.0",
"postcss": "^8.4.41",
"postcss-sort-media-queries": "^5.2.0",
"pug": "^3.0.3",
"sass": "^1.97.1",
"vite": "^5.4.6"
},
"author": "Alexander Repeta <alexander.repeta@gmail.com>",
"license": "ISC",
"dependencies": {
"gsap": "^3.14.2",
"lenis": "^1.3.17",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-html-inject": "^1.1.2"
}
}