-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.44 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
{
"name": "the-android-apps-project",
"description": "The Appex Teaser Page",
"version": "1.0.0",
"author": "David A. Lindahl",
"dependencies": {
"aos": "^2.2.0",
"gatsby": "^1.9.232",
"gatsby-link": "^1.6.39",
"gatsby-plugin-fathom": "^1.2.0",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-mailchimp": "^1.1.1",
"gatsby-plugin-react-helmet": "^2.0.7",
"gatsby-plugin-sass": "^1.0.21",
"gatsby-plugin-typography": "^1.7.18",
"npm": "^5.8.0",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"typography-theme-kirkham": "^0.16.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build:css": "postcss src/styles/index.css -o public/index.css",
"watch:css": "postcss src/styles/index.css -o public/index.css -w",
"start": "npm run watch:css & react-scripts start",
"build": "npm run build:css && gatsby build",
"develop": "npm run watch:css && gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"postcss-cli": "^5.0.0",
"postcss-loader": "^2.1.3",
"prettier": "^1.11.1",
"tailwindcss": "^0.5.1"
}
}