forked from estherquiros/project-promo-58-modulo-2-team-2
-
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) · 871 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 871 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": "adalab-web-starter-kit",
"version": "4.0.0",
"description": "Adalab web starter kit",
"type": "module",
"devDependencies": {
"@vituum/vite-plugin-concat": "^1.1.1",
"sass": "^1.83.4",
"sharp": "^0.34.4",
"vite": "^7.1.9",
"vite-plugin-html-inject": "^1.1.2",
"vite-plugin-image-optimizer": "^1.1.7"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build --emptyOutDir",
"docs": "vite build --emptyOutDir",
"preview": "vite preview",
"push-docs": "npm run deploy",
"deploy": "vite build --emptyOutDir && git add docs && git commit -m 'Deployed new version of the page to production' && git push"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Adalab/adalab-web-starter-kit.git"
},
"author": "Adalab",
"license": "MIT",
"homepage": "https://github.com/adalab/adalab-web-starter-kit"
}