-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.83 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
{
"name": "fedonman-website",
"private": false,
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/fedonman/fedonman-website.git"
},
"scripts": {
"develop": "gatsby develop",
"clean": "gatsby clean",
"start": "gatsby develop",
"build": "gatsby build && yarn robots",
"serve": "gatsby serve",
"robots": "cp robots.txt public/",
"prettier": "prettier --config ./.prettierrc.js --ignore-path ./.prettierignore --write \"**/*.{json,js,ts,tsx,mdx}\""
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@pauliescanlon/gatsby-theme-terminal": "^2.0.0",
"@theme-ui/color": "^0.12.1",
"@theme-ui/prism": "^0.12.1",
"axios": "0.24.0",
"cors": "^2.8.5",
"date-fns": "^2.27.0",
"dotenv": "^10.0.0",
"downshift": "^6.1.7",
"faunadb": "^4.4.1",
"fuse.js": "^6.4.6",
"gatsby": "^4.4.0",
"gatsby-plugin-gatsby-cloud": "^4.4.0",
"gatsby-plugin-google-analytics": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-mdx-embed": "^0.0.22",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"matter-js": "^0.18.0",
"mdx-embed": "^0.0.22",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-rewards": "^1.1.2",
"react-svg-bubble-slider": "^1.0.0",
"stripe": "^8.194.0",
"theme-ui": "^0.12.1",
"yup": "0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"prettier": "^2.5.1"
}
}