Initial commit
This commit is contained in:
19
templates/site/package.json
Normal file
19
templates/site/package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@webprovisions-registry/<name-of-distribution>",
|
||||
"version": "<version>",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "npx vite --open",
|
||||
"build-prod": "npx vite build",
|
||||
"build-dev": "npx vite build --mode development"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"vite": "^4.1.4",
|
||||
"@webprovisions/utilities": "^1.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user