-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "viteverst",
"private": true,
"version": "0.1.0",
"description": "🚀 Ультимативная сборка для верстки на Vite с поддержкой @@include и оптимизацией ресурсов",
"type": "module",
"scripts": {
"dev": "vite --open --host",
"build": "vite build --mode production",
"build-min": "vite build --mode production-min",
"preview": "vite preview --open --host",
"fonts": "fonts.bat",
"fonts:convert": "node vite-config/scripts/convert-fonts.js"
},
"keywords": [
"vite",
"html",
"file-include",
"html-include",
"frontend",
"static-site",
"multi-page",
"scss",
"optimization",
"vite-plugin",
"image-optimization",
"boilerplate",
"template",
"vite-config",
"markup",
"web-dev"
],
"author": "lexa-zxc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lexa-zxc/viteverst.git"
},
"bugs": {
"url": "https://github.com/lexa-zxc/viteverst/issues"
},
"homepage": "https://github.com/lexa-zxc/viteverst",
"devDependencies": {
"autoprefixer": "10.4.21",
"imagemin": "8.0.1",
"imagemin-gifsicle": "7.0.0",
"imagemin-mozjpeg": "10.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "10.0.1",
"postcss": "8.5.3",
"postcss-sort-media-queries": "5.2.0",
"sass": "npm:sass-embedded@1.87.0",
"ttf2woff2": "6.0.1",
"vite": "6.3.4",
"vite-plugin-imagemin": "0.6.1",
"vite-plugin-sass-glob-import": "5.0.0"
}
}