-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 840 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
33
34
35
36
{
"name": "weather-preactpi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "cd functions/get-weather && npm i",
"build": "parcel build src/index.html && cd functions/get-weather && npm i",
"dev": "netlify dev",
"dev:client": "parcel src/index.html",
"dev:server": "netlify dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"preact": "^10.3.4",
"preact-compat": "^3.19.0",
"reset-css": "^5.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/moigonzalez/weather-preactpi.git"
},
"eslintConfig": {
"settings": {
"react": {
"pragma": "h"
}
}
}
}