-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.49 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.49 KB
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
{
"name": "gatsby-starter-tailwind",
"description": "Gatsby starter styled with Tailwind",
"version": "3.0.141",
"author": "Taylor Bryant <taylor@bryant.io>",
"dependencies": {
"date-fns": "^2.8.1",
"fuse.js": "^3.4.6",
"gatsby": "2.18.7",
"gatsby-plugin-feed": "^2.3.23",
"gatsby-plugin-manifest": "2.2.31",
"gatsby-plugin-offline": "3.0.27",
"gatsby-plugin-postcss": "2.1.16",
"gatsby-plugin-purgecss": "4.0.1",
"gatsby-plugin-react-helmet": "3.1.16",
"graphql": "14.5.8",
"highland": "^2.13.5",
"loaders.css": "^0.1.2",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-icons": "^3.8.0"
},
"keywords": [
"gatsby",
"tailwind",
"tailwindcss",
"purgecss"
],
"license": "MIT",
"scripts": {
"analyze:lint": "eslint --ext .jsx --ext .js .",
"analyze:prettier": "prettier --list-different '**/*.{js,css,md,json}'",
"analyze": "npm run analyze:lint && npm run analyze:prettier",
"build": "gatsby build",
"develop": "gatsby develop",
"fix:lint": "eslint --ext .jsx --ext .js . --fix",
"fix:prettier": "prettier --write '**/*.{js,css,md,json}'",
"fix": "npm run fix:lint && npm run fix:prettier",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"babel-eslint": "10.0.3",
"cssnano": "^4.1.10",
"eslint": "6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-config-react-app": "5.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "4.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-plugin-standard": "^4.0.1",
"gatsby-plugin-workerize-loader": "^1.1.0",
"markdown-it": "^10.0.0",
"prettier": "1.19.1",
"tailwindcss": "1.1.4",
"typescript": "3.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind"
},
"bugs": {
"url": "https://github.com/taylorbryant/gatsby-starter-tailwind/issues"
}
}