-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "cryptip-website",
"description": "Cryptip Website",
"version": "1.0.0",
"author": "Mohammad Rajabifard <mo.rajbi@gmail.com>",
"dependencies": {
"@types/react": "^16.0.27",
"@types/react-helmet": "^5.0.3",
"gatsby": "^1.9.127",
"gatsby-link": "^1.6.30",
"gatsby-plugin-netlify": "^1.0.9",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-react-next": "^1.0.5",
"gatsby-plugin-sitemap": "^1.2.6",
"gatsby-plugin-styled-components": "^2.0.3",
"gatsby-plugin-typescript": "^1.4.11",
"polished": "^1.9.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-visibility-sensor": "^3.11.0",
"styled-components": "^2.2.4"
},
"keywords": [
"cryptip",
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.8.2"
}
}