-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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": "gatsby-starter-prismicio",
"description": "Gatsby Starter for Prismic.io",
"license": "MIT",
"version": "1.0.0",
"author": "LekoArts <[email protected]>",
"scripts": {
"dev": "gatsby develop -o",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "yarn run lint:md && yarn run lint:js:fix",
"lint:js": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:js:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore",
"lint:md": "prettier --write *.md"
},
"dependencies": {
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"emotion-theming": "^9.2.9",
"gatsby": "^2.0.24",
"gatsby-image": "^2.0.15",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-lodash": "^3.0.1",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-netlify": "^2.0.1",
"gatsby-plugin-offline": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.7",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-prismic": "^2.0.0",
"gatsby-transformer-sharp": "^2.1.4",
"lodash": "^4.17.11",
"prismic-reactjs": "^0.3.1",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"typeface-lora": "^0.0.54",
"typeface-source-sans-pro": "^0.0.54",
"typography": "^0.16.17"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"dotenv": "^6.1.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.3"
},
"keywords": [
"gatsby",
"starter",
"prismic",
"typography",
"minimal"
]
}