forked from raae/queen.raae.codes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·66 lines (66 loc) · 1.96 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
{
"name": "queen.raae.codes",
"version": "1.0.0",
"private": true,
"description": "Gatsby Summer Functions",
"author": "@raae",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"prettier": "prettier --config ./.prettierrc.js --ignore-path ./.prettierignore --write \"**/*.{json,js,ts,tsx,mdx}\""
},
"dependencies": {
"@heroicons/react": "2.0.12",
"@raae/gatsby-plugin-fathom": "0.1.0",
"@raae/gatsby-plugin-let-it-snow": "1.1.0",
"@raae/gatsby-remark-oembed": "0.3.3",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.8",
"autoprefixer": "10.4.12",
"axios": "1.1.2",
"canvas": "2.11.0",
"clsx": "1.2.1",
"date-fns": "2.29.3",
"dotenv": "16.0.3",
"fuse.js": "6.6.2",
"gatsby": "5.13.3",
"gatsby-adapter-netlify": "^1.1.3",
"gatsby-mdx": "1.0.0",
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-postcss": "6.13.1",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-sitemap": "6.13.1",
"gatsby-remark-copy-linked-files": "6.13.1",
"gatsby-remark-images": "7.13.1",
"gatsby-remark-prismjs": "7.13.1",
"gatsby-remark-responsive-iframe": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"gatsby-transformer-remark": "6.13.1",
"gatsby-transformer-sharp": "5.13.1",
"gatsby-transformer-yaml": "5.13.1",
"html-react-parser": "3.0.4",
"lodash": "4.17.21",
"postcss": "8.4.18",
"prismjs": "1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "3.39.2",
"string-similarity": "4.0.4",
"stripe": "10.14.0",
"tailwindcss": "3.1.8"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"husky": "^8.0.1",
"prettier": "^2.7.1"
}
}