-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.97 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
{
"name": "graphqlweekly",
"description": "Prisma homepage",
"version": "1.0.0",
"author": "Mo Rajabifard <mo.rajbi@gmail.com>",
"dependencies": {
"@types/react-visibility-sensor": "^3.11.0",
"@wyze/gatsby-source-graphql": "^1.2.0",
"fast-memoize": "^2.5.1",
"gatsby": "^2.0.31",
"gatsby-image": "^2.0.17",
"gatsby-plugin-sitemap": "^2.0.2",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-filesystem": "^2.0.12",
"gatsby-source-graphql": "^2.0.7",
"graphql-request": "^1.8.2",
"just-debounce": "^1.0.0",
"just-throttle": "^1.1.0",
"node-fetch": "^2.3.0",
"polished": "^2.3.0",
"react": "^16.6.0",
"react-clickoutside": "^2.0.0",
"react-dom": "^16.6.0",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-image": "^1.5.1",
"react-popper": "^1.0.2",
"react-pose": "^3.3.7",
"react-syntax-highlighter": "^9.0.1",
"react-tooltip": "^3.9.0",
"react-typography": "^0.16.13",
"react-visibility-sensor": "^5.0.2",
"styled-components": "^4.0.2",
"styled-theming": "^2.2.0",
"typography": "^0.16.17"
},
"devDependencies": {
"@types/react-helmet": "^5.0.7",
"@types/react-syntax-highlighter": "^0.0.7",
"@types/styled-components": "^4.0.2",
"@types/typography": "^0.16.0",
"babel-plugin-styled-components": "^1.8.0",
"docz": "^0.12.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-plugin-typescript": "^2.0.0",
"prettier": "^1.14.3",
"tslint-plugin-prettier": "^2.0.0",
"tslint-react": "^3.6.0"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"scripts": {
"dev": "gatsby develop",
"dev-ip": "gatsby develop --host 192.168.1.100",
"build": "gatsby build",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"docz:dev": "docz dev",
"docz:build": "docz build"
}
}