-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "dokr.one",
"version": "1.0.0",
"private": true,
"description": "dokr.one",
"author": "Maciek Caputa",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"dependencies": {
"gatsby": "^4.16.0",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-preact": "^6.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-sitemap": "^5.17.0",
"gatsby-plugin-umami": "^0.1.3",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-json": "^4.17.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"preact": "^10.8.1",
"preact-render-to-string": "^5.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.1.1",
"gatsby-plugin-postcss": "^5.17.0",
"jest": "^28.1.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
}