mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-05 04:57:51 +00:00
Initial Commit
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user