-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1005 Bytes
/
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
{
"name": "math-book-answers",
"version": "1.0.0",
"private": true,
"description": "math book answers",
"author": "Ingun Jon",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.3",
"@mdx-js/loader": "^2.0.0",
"@mdx-js/mdx": "^2.0.0",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@reduxjs/toolkit": "^1.8.0",
"fp-ts": "^2.11.8",
"gatsby": "^4.9.2",
"gatsby-plugin-react-helmet": "^5.9.0",
"io-ts": "^2.2.16",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.6"
},
"devDependencies": {
"@types/react-helmet": "^6.1.6",
"prettier": "^2.5.1",
"ts-node": "^10.7.0"
}
}