-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "elycheea.github.io",
"version": "1.0.0",
"private": true,
"description": "elycheea.github.io",
"repository": "https://github.com/elycheea/elycheea.github.io",
"author": "elysia <[email protected]>",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"license": "0BSD",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"cssremedy": "^0.1.0-beta.2",
"fontsource-inter": "^4.0.0",
"fontsource-roboto-mono": "^4.0.0",
"fontsource-space-grotesk": "^4.0.0",
"gatsby": "^2.26.1",
"gatsby-image": "^2.8.0",
"gatsby-plugin-manifest": "^2.9.1",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-offline": "^3.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-sharp": "^2.9.0",
"node-sass": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0"
},
"main": "index.js",
"devDependencies": {
"gh-pages": "^3.1.0",
"sass": "^1.30.0",
"stylelint": "^13.8.0",
"stylelint-config-concentric-order": "^4.0.1",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-selector-bem-pattern": "^2.1.0"
}
}