-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
72 lines (72 loc) · 2.13 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
66
67
68
69
70
71
72
{
"name": "@windedge/gatsby-tailwind-serif",
"description": "Gatsby starter styled with Tailwind",
"version": "1.0.0",
"author": "@windedge",
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "2.21.21",
"gatsby-image": "^2.2.3",
"gatsby-plugin-manifest": "2.4.2",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-postcss": "^2.0.7",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sharp": "^2.2.1",
"gatsby-source-filesystem": "^2.1.1",
"gatsby-transformer-remark": "^2.5.0",
"gatsby-transformer-sharp": "^2.2.0",
"graphql": "15.0.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.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": {
"babel-eslint": "10.0.2",
"eslint": "7.0.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.0",
"prettier": "2.0.5",
"tailwindcss": "1.4.6",
"tailwindcss-transforms": "^2.1.0"
},
"Repository": {
"type": "git",
"url": "https://github.com/windedge/gatsby-tailwind-serif"
},
"bugs": {
"url": "https://github.com/windedge/gatsby-tailwind-serif/issues"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"terser": "4.0.0",
"terser-webpack-plugin/terser": "4.0.0"
}
}