-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.73 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
{
"name": "gatsby-starter-lavender",
"private": true,
"description": "purple flavored blog starter based on Gatsby",
"version": "1.0.0",
"author": "Changhui Lee <iam@xo.dev>",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:fix": "eslint --fix src",
"lint": "lint-staged",
"typecheck": "tsc --noEmit --skipLibCheck",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blurfx/gatsby-starter-lavender.git"
},
"bugs": {
"url": "https://github.com/blurfx/gatsby-starter-lavender/issues"
},
"dependencies": {
"@stitches/react": "^0.2.3",
"disqus-react": "^1.1.1",
"dotenv": "^16.0.3",
"firebase": "^9.19.1",
"gatsby": "^3.10.2",
"gatsby-plugin-feed": "^3.10.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-gatsby-cloud": "^2.10.0",
"gatsby-plugin-google-gtag": "^3.15.0",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-typegen": "^2.2.4",
"gatsby-remark-autolink-headers": "^4.7.0",
"gatsby-remark-copy-linked-files": "^4.7.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.7.0",
"gatsby-remark-katex": "^5.7.0",
"gatsby-remark-prismjs": "^5.7.0",
"gatsby-remark-responsive-iframe": "^4.7.0",
"gatsby-remark-smartypants": "^4.7.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-remark": "^4.7.0",
"gatsby-transformer-sharp": "^3.10.0",
"katex": "^0.13.13",
"prismjs": "^1.23.0",
"query-string": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/register": "^7.13.16",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/react-helmet": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.27.0",
"babel-preset-gatsby-package": "^1.7.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.0",
"typescript": "^4.3.2"
},
"resolutions": {
"source-map": "^0.8.0-beta.0"
},
"homepage": "https://github.com/blurfx/gatsby-starter-lavender#readme",
"keywords": [
"gatsby",
"gatsby-starter",
"blog",
"template",
"markdown"
],
"license": "0BSD",
"main": "n/a"
}