-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "bashtards",
"description": "",
"version": "1.0.0",
"authors": [
"Nahuel Scotti <nahuel.scotti@gmail.com>",
"Ricardo Saiz <ricardo.saiz@gmail.com>"
],
"dependencies": {
"feather-icons": "^4.24.0",
"gatsby": "^2.18.10",
"gatsby-link": "^2.2.5",
"gatsby-plugin-feed": "^2.3.6",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-remark-prismjs": "^3.3.5",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.14",
"prismjs": "^1.17.1",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"slug": "^1.1.0",
"syntax-highlighting": "^1.0.0",
"tachyons": "^4.8.1"
},
"keywords": [
"themes",
"icons",
"fonts",
"wallpapers"
],
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}