-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "gatsby-starter-global-styles",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Magnus Rinnan Gaarder <[email protected]>",
"dependencies": {
"@material-ui/core": "^4.0.0-beta.1",
"@material-ui/icons": "^4.0.0-beta.0",
"@material-ui/styles": "^4.0.0-beta.1",
"@nfront/global-styles": "^1.2.0",
"@nfront/use-scroll-position": "^1.1.0",
"babel-plugin-styled-components": "^1.10.0",
"classnames": "^2.2.6",
"dotenv": "^8.0.0",
"gatsby": "^2.3.24",
"gatsby-image": "^2.0.35",
"gatsby-plugin-debug-build": "^1.0.0",
"gatsby-plugin-global-styles": "^1.0.16",
"gatsby-plugin-google-analytics": "^2.0.17",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-netlify": "^2.0.13",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.32",
"gatsby-plugin-sitemap": "^2.0.10",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-plugin-typography": "^2.2.12",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-sharp": "^2.1.17",
"graphql": "^14.2.0",
"jss": "^10.0.0-alpha.16",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"react-scroll": "^1.7.11",
"react-typography": "^0.16.19",
"rxjs": "^6.5.2",
"sharp": "^0.22.0",
"styled-components": "^4.2.0",
"typography": "^0.16.19",
"typography-theme-ocean-beach": "^0.16.19"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"cross-env": "^5.2.0",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"prettier": "^1.16.4"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-global-styles",
"global-styles"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop -S",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/nfront/gatsby-starter-global-styles"
},
"bugs": {
"url": "https://github.com/nfront/gatsby-starter-global-styles/issues"
}
}