-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.83 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
{
"name": "gatsby-starter-portfolio",
"description": "Gatsby Starter Portfolio",
"license": "MIT",
"scripts": {
"dev": "gatsby develop -o",
"build": "gatsby build",
"serve": "gatsby serve",
"predev": "postcss tailwind.css -o tailwind.custom.css",
"prebuild": "postcss tailwind.css -o tailwind.custom.css",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"babel-plugin-tailwind": "^0.1.10",
"emotion": "^9.1.3",
"emotion-server": "^9.1.3",
"gatsby": "^2.0.0-beta.17",
"gatsby-cli": "^2.4.4",
"gatsby-image": "^2.0.0-beta.4",
"gatsby-plugin-emotion": "^2.0.0-beta.2",
"gatsby-plugin-google-analytics": "^2.0.0-beta.5",
"gatsby-plugin-manifest": "^2.0.2-beta.2",
"gatsby-plugin-netlify": "^2.0.0-beta.2",
"gatsby-plugin-offline": "^2.0.0-beta.2",
"gatsby-plugin-purgecss": "^2.4.0",
"gatsby-plugin-react-helmet": "^3.0.0-beta.3",
"gatsby-plugin-sharp": "^2.0.0-beta.2",
"gatsby-plugin-typography": "^1.7.19",
"gatsby-source-filesystem": "^2.0.1-beta.3",
"gatsby-transformer-sharp": "^2.1.1-beta.3",
"gatsby-transformer-yaml": "^2.1.1-beta.2",
"postcss": "^6.0.22",
"postcss-cli": "^5.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-emotion": "^9.1.3",
"react-helmet": "^5.2.0",
"react-id-swiper": "^1.6.8",
"react-swiper-id": "^1.0.3",
"tailwindcss": "^0.6.1",
"typeface-poppins": "0.0.54"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"gh-pages": "^1.2.0",
"prettier": "^1.13.3"
}
}