-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.9 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
61
62
63
64
65
66
67
68
{
"name": "avrtt.blog",
"version": "3.12.4",
"homepage": "https://avrtt.github.io/",
"private": true,
"description": "My React/Gatsby website written completely from scratch & with love",
"author": "avrtt",
"repository": {
"type": "git",
"url": "git+https://github.com/avrtt/avrtt.github.io.git"
},
"bugs": {
"url": "https://github.com/avrtt/avrtt.github.io/issues"
},
"scripts": {
"predeploy": "gatsby build",
"deploy": "gh-pages -d public",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.1",
"animate.css": "^4.1.1",
"framer-motion": "^11.3.31",
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-yaml": "^5.13.1",
"react": "^18.3.1",
"react-animation-on-scroll": "^5.1.0",
"react-jvectormap": "^0.0.16",
"react-latex-next": "^3.0.0",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
"react-router-dom": "^6.26.1",
"react-telegram-comments": "^2.0.0",
"rehype-raw": "^7.0.0",
"styled-components": "^6.1.13"
}
}