-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.98 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fullstackme-gatsby",
"private": true,
"description": "A fast & furious frontend for FullStackMe project, works with Strapi",
"version": "0.1.0",
"author": "Vladimir Salin <[email protected]>",
"dependencies": {
"gatsby": "^2.9.4",
"gatsby-background-image": "^0.8.2",
"gatsby-cli": "^2.19.2",
"gatsby-image": "^2.1.4",
"gatsby-plugin-google-analytics": "^2.1.1",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.3",
"gatsby-plugin-pinterest": "^1.0.4",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.5",
"gatsby-plugin-tslint": "0.0.2",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-source-wordpress": "^3.1.38",
"gatsby-transformer-sharp": "^2.1.21",
"intersection-observer": "^0.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-markdown": "^4.1.0",
"styled-components": "^4.3.2",
"update": "^0.7.4"
},
"devDependencies": {
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-helmet": "^5.0.9",
"@types/styled-components": "^4.1.18",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"typing": "tsc --noEmit",
"lint": "tslint --project ."
},
"repository": {
"type": "git",
"url": "https://github.com/sainnr/fullstackme-gatsby"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}