18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"name": "rvvs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"serve": "parcel serve src/index.html",
|
|
"build": "parcel build src/index.html"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@parcel/packager-raw-url": "^2.0.0",
|
|
"@parcel/transformer-webmanifest": "^2.0.0",
|
|
"parcel": "^2.0.0",
|
|
"parcel-reporter-static-files-copy": "^1.3.0"
|
|
}
|
|
}
|