mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-02 19:47:50 +00:00
27 lines
857 B
JSON
27 lines
857 B
JSON
{
|
|
"name": "weatherchanger",
|
|
"version": "1.0.0",
|
|
"description": "Weather Changer Website",
|
|
"repository": "https://github.com/Lucaslah/WeatherChanger.git",
|
|
"author": "Lucas Petrino <nsx1lucas@gmail.com>",
|
|
"license": "UNLICENSED",
|
|
"browserslist": ">0.3%, firefox >=2,chrome>=10,ios>=6",
|
|
"devDependencies": {
|
|
"@parcel/compressor-brotli": "^2.11.0",
|
|
"@parcel/compressor-gzip": "^2.11.0",
|
|
"@parcel/config-default": "^2.11.0",
|
|
"@parcel/core": "^2.11.0",
|
|
"@parcel/optimizer-cssnano": "^2.11.0",
|
|
"@parcel/packager-raw-url": "2.12.0",
|
|
"@parcel/transformer-webmanifest": "2.12.0",
|
|
"parcel": "^2.11.0",
|
|
"sharp": "^0.31.1"
|
|
},
|
|
"scripts": {
|
|
"start": "parcel src/index.html",
|
|
"serve": "parcel src/index.html",
|
|
"build": "parcel build src/index.html --public-url ./"
|
|
},
|
|
"packageManager": "yarn@4.1.1"
|
|
}
|