This repository was archived by the owner on Jun 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "get-weather",
"description": "Gatsby get Weather around the world",
"version": "1.0.0",
"author": "Eka Prasetia <@dannyeka>",
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "2.21.30",
"gatsby-plugin-manifest": "2.4.3",
"gatsby-plugin-offline": "3.2.2",
"gatsby-plugin-postcss": "2.3.1",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "2.6.3",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-select": "^3.1.0"
},
"keywords": [
"gatsby",
"dannyeka",
"eka",
"prasetia"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"@tailwindcss/custom-forms": "0.2.1",
"autoprefixer": "9.7.6",
"cssnano": "4.1.10",
"gh-pages": "^3.0.0",
"tailwindcss": "1.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ekaone/Get-Weather"
},
"bugs": {
"url": "https://github.com/ekaone/Get-Weather/issues"
}
}