-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "buildyourdxp.com",
"private": true,
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop"
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@slack/webhook": "5.0.3",
"@tailwindcss/typography": "0.2.0",
"@tailwindcss/ui": "0.3.0",
"classnames": "2.3.1",
"gatsby": "4.19.0",
"gatsby-plugin-google-tagmanager": "4.19.0",
"gatsby-plugin-image": "2.19.0",
"gatsby-plugin-manifest": "4.19.0",
"gatsby-plugin-postcss": "5.19.0",
"gatsby-plugin-preact": "^6.19.0",
"gatsby-plugin-react-svg": "3.1.0",
"gatsby-plugin-sharp": "4.19.0",
"gatsby-source-filesystem": "4.19.0",
"gatsby-source-graphcms": "2.8.0",
"gatsby-transformer-sharp": "4.19.0",
"preact": "^10.10.0",
"preact-render-to-string": "^5.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "6.3.3",
"react-markdown": "8.0.3"
},
"devDependencies": {
"dotenv": "16.0.1",
"tailwindcss": "1.5.2"
}
}