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