-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.68 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
{
"name": "quark-owl-landing",
"description": "QuarkOwl Landing Page",
"version": "0.1.0",
"author": "Kemal Erdem",
"homepage": "https://quarkowl.com",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mdx-js/react": "^3.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@react-spring/parallax": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@theme-ui/mdx": "^0.16.1",
"@theme-ui/preset-tailwind": "0.15.3",
"formik": "^2.4.5",
"gatsby": "^5.12.4",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-theme-ui": "^0.16.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^5.12.3",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"theme-ui": "^0.16.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-helmet": "^6.1.9",
"cross-env": "^7.0.3",
"prettier": "^3.1.0",
"typescript": "^5.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/quarkowl/quark-owl-landing"
},
"bugs": {
"url": "https://github.com/quarkowl/quark-owl-landing/issues"
}
}