-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "pollbotplus.com",
"version": "0.1.6",
"description": "The PollBotPlus website.",
"private": true,
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"author": "some1chan",
"license": "",
"dependencies": {
"@mdx-js/react": "^2.1.3",
"@svgr/webpack": "^6.3.1",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"dotenv": "^16.0.2",
"gatsby": "^4.23.1",
"gatsby-plugin-image": "^2.23.1",
"gatsby-plugin-manifest": "^4.23.1",
"gatsby-plugin-mdx": "^4.2.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-sass": "^5.23.1",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-plugin-sitemap": "^5.21.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-source-filesystem": "^4.23.0",
"gatsby-transformer-sharp": "^4.23.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^8.0.3",
"sass": "^1.55.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"typescript": "^4.8.3"
}
}