-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 KB
/
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
37
38
39
40
41
42
43
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A CryptoDashboard test project",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"cryptocompare": "^1.0.0",
"dotenv": "^8.2.0",
"fuzzy": "^0.1.3",
"gatsby": "^2.17.11",
"gatsby-plugin-lodash": "^3.1.16",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-styled-components": "^3.1.13",
"highcharts": "^8.0.0",
"highcharts-react-official": "^2.2.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}