-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rainery",
"version": "1.0.0",
"browserslist": "last 2 versions, > 0.5% and ie >= 11",
"description": "Realtime weather forecast application",
"default": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElvinWeb/RealTime-WeatherApp-.git"
},
"author": "Elvin Sarkarov",
"license": "ISC",
"bugs": {
"url": "https://github.com/ElvinWeb/RealTime-WeatherApp-/issues"
},
"homepage": "https://github.com/ElvinWeb/RealTime-WeatherApp-#readme",
"dependencies": {
"@parcel/resolver-glob": "^2.12.0",
"@parcel/transformer-image": "^2.12.0",
"core-js": "^3.36.1",
"parcel": "^2.12.0",
"regenerator-runtime": "^0.14.1",
"sass": "^1.75.0"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.12.0"
}
}