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.
2021-10-25 13:56:15 +02:00
|
|
|
{
|
|
|
|
"name": "template-vue3-parcel2",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2022-03-02 14:38:16 +01:00
|
|
|
"destyle.css": "^3.0.2",
|
2021-10-25 13:56:15 +02:00
|
|
|
"vue": "^3.2.20"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-25 18:59:33 +01:00
|
|
|
"@parcel/transformer-vue": "^2.3.2",
|
|
|
|
"parcel": "^2.3.2"
|
2021-10-25 13:56:15 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "./node_modules/.bin/parcel serve src/index.html",
|
|
|
|
"build": "./node_modules/.bin/parcel build src/index.html"
|
|
|
|
}
|
|
|
|
}
|