-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.59 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
73
74
75
76
77
78
79
80
81
82
{
"name": "jaydenwindle.com",
"description": "My personal website and blog",
"version": "3.0.96",
"author": "Jayden Windle <[email protected]>",
"dependencies": {
"feather-icons": "^4.24.1",
"gatsby": "2.13.76",
"gatsby-image": "^2.2.12",
"gatsby-plugin-canonical-urls": "^2.1.20",
"gatsby-plugin-feed": "^2.3.27",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-manifest": "2.2.8",
"gatsby-plugin-offline": "2.2.9",
"gatsby-plugin-postcss": "2.1.4",
"gatsby-plugin-purgecss": "4.0.0",
"gatsby-plugin-react-helmet": "3.1.4",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.2.16",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-remark-images": "^3.1.16",
"gatsby-remark-prismjs": "^3.3.13",
"gatsby-source-filesystem": "^2.1.14",
"gatsby-transformer-remark": "^2.6.22",
"gatsby-transformer-sharp": "^2.2.10",
"graphql": "14.5.0",
"inter-ui": "^3.11.0",
"prism-solarized-dark": "^1.0.1",
"prismjs": "^1.17.1",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-feather": "^2.0.3",
"react-helmet": "5.2.1"
},
"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.0.0",
"@typescript-eslint/parser": "2.0.0",
"babel-eslint": "10.0.2",
"eslint": "6.2.1",
"eslint-config-react-app": "5.0.1",
"eslint-plugin-flowtype": "4.2.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"prettier": "1.18.2",
"tailwindcss": "1.1.2",
"tailwindcss-transition": "^1.0.5",
"typescript": "3.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/oddstronaut/gatsby-starter-tailwind"
},
"bugs": {
"url": "https://github.com/oddstronaut/gatsby-starter-tailwind/issues"
},
"publishConfig": {
"access": "public"
}
}