-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "thimble-consulting",
"version": "1.0.0",
"private": true,
"description": "thimble-consulting",
"author": "Joshua Balloch",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -p 8000",
"deploy": "gatsby build && gh-pages -d public -b gh-pages --cname thimble.dev",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fillout/react": "^1.1.1",
"embla-carousel-auto-scroll": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"gatsby": "^5.13.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-piwik-pro": "^1.2.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"sanitize-html": "2.13.0",
"react-modal": "3.16.1",
"@heroicons/react": "2.1.5"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"gatsby-plugin-postcss": "^6.13.1",
"gh-pages": "^6.1.0",
"postcss": "^8.4.40",
"postcss-reporter": "^7.1.0",
"tailwindcss": "^3.4.7"
}
}