-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
122 lines (122 loc) · 4.1 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "dailytexascountry.com",
"version": "1.3.0",
"description": "🤠 daily texas country",
"keywords": [
"gatsby",
"react",
"styled-components",
"prettier",
"eslint",
"spotify",
"youtube",
"twitter",
"airtable",
"blog",
"playlists",
"episodes",
"store",
"dtxc",
"daily texas country",
"texas country",
"country",
"hacktoberfest"
],
"homepage": "https://dailytexascountry.com",
"bugs": {
"url": "https://github.com/bradgarropy/dailytexascountry.com/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/dailytexascountry.com"
},
"scripts": {
"start": "npm run clean ; gatsby develop",
"build": "npm run clean ; gatsby build",
"clean": "gatsby clean",
"netlify": "npm run clean ; npm run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "jest --passWithNoTests",
"test:watch": "jest --passWithNoTests --watch",
"contributors": "all-contributors generate",
"new": "plop"
},
"dependencies": {
"@bradgarropy/gatsby-link": "^1.0.1",
"@bradgarropy/gatsby-plugin-seo": "^1.1.1",
"airtable": "^0.11.1",
"babel-plugin-styled-components": "^1.13.2",
"copyright": "0.0.5",
"date-fns": "^2.23.0",
"dotenv": "^10.0.0",
"gatsby": "^4.3.0",
"gatsby-plugin-catch-links": "^4.3.0",
"gatsby-plugin-google-analytics": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-instagram-embed": "^4.0.0",
"gatsby-plugin-layout": "^3.3.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-offline": "^5.3.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-plugin-styled-components": "^5.3.0",
"gatsby-plugin-twitter": "^4.3.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^5.3.0",
"gatsby-remark-embedder": "^5.0.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-source-spotify": "^2.0.0",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-json": "^4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.3.0",
"he": "^1.2.0",
"modern-normalize": "^1.0.0",
"node-fetch": "^3.1.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.0.0",
"slugify": "^1.6.0",
"spotify-web-api-node": "^5.0.0",
"styled-components": "^5.3.1",
"twitter": "^1.7.1",
"twitter-api-v2": "^1.15.1"
},
"devDependencies": {
"@bradgarropy/eslint-config": "^1.1.0",
"@bradgarropy/eslint-config-react": "^1.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-styled-components": "^7.0.5",
"plop": "^2.7.4",
"plop-action-copy": "^1.0.0",
"plop-helper-date": "^1.0.0",
"plop-helper-list": "^1.0.0",
"plop-helper-slugify": "^1.1.0",
"prettier": "^2.3.2",
"react": "^17.0.1",
"regenerator-runtime": "^0.13.9"
}
}