-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
{
"name": "gatsby-starter-portfolio-cara",
"description": "Gatsby Starter Portfolio Cara",
"version": "2.0.0",
"author": "LekoArts <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-plugin-tailwind": "^0.1.10",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"gatsby": "^2.0.23",
"gatsby-image": "^2.0.15",
"gatsby-plugin-emotion": "^2.0.5",
"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.6",
"gatsby-source-filesystem": "^2.0.4",
"gatsby-transformer-sharp": "^2.1.3",
"postcss": "^7.0.5",
"postcss-cli": "^6.0.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-spring": "^5.9.2",
"tailwindcss": "^0.6.6",
"typeface-cantata-one": "^0.0.54",
"typeface-open-sans": "^0.0.54"
},
"keywords": [
"gatsby",
"starter",
"portfolio"
],
"scripts": {
"develop": "gatsby develop -o",
"build": "gatsby build",
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore",
"predevelop": "postcss tailwind.css -o tailwind.custom.css",
"prebuild": "postcss tailwind.css -o tailwind.custom.css"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"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"
}
}