This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
template-vue3-parcel2/package.json

18 lines
394 B
JSON

{
"name": "template-vue3-parcel2",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"destyle.css": "^3.0.2",
"vue": "^3.2.20"
},
"devDependencies": {
"@parcel/transformer-vue": "^2.3.2",
"parcel": "^2.3.2"
},
"scripts": {
"start": "./node_modules/.bin/parcel serve src/index.html",
"build": "./node_modules/.bin/parcel build src/index.html"
}
}