-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 885 Bytes
/
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
{
"name": "adalab-web-starter-kit",
"version": "4.0.0",
"description": "Adalab web starter kit",
"type": "module",
"devDependencies": {
"@vituum/vite-plugin-concat": "^1.0.0",
"sass": "^1.69.4",
"sharp": "^0.32.6",
"vite": "^4.4.5",
"vite-plugin-html-inject": "^1.0.4",
"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://[email protected]:Adalab/adalab-web-starter-kit.git"
},
"author": "Adalab",
"license": "MIT",
"homepage": "https://github.com/adalab/adalab-web-starter-kit"
}