-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.48 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": "strudel",
"version": "1.0.0",
"private": true,
"description": "Scientific sofTware Research for User experience, Design, Engagement, and Learning",
"author": "Cody O'Donnell",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "npm run build && npm run deploy:ghpages",
"deploy:ghpages": "gh-pages -d public"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"dayjs": "^1.11.10",
"gatsby": "^5.12.4",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-mdx-source-name": "^1.0.1",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-remark-images": "^7.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-json": "^5.12.0",
"gatsby-transformer-sharp": "^5.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/gatsbyjs__reach-router": "^2.0.3",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"gh-pages": "^6.1.0",
"typescript": "^5.1.6"
}
}