-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.77 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
{
"name": "peronia-org.github.io",
"version": "0.0.0-development",
"description": "Home page",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --https",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peronia-org/peronia-org.github.io.git"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@types/node": "^12.19.11",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"prettier": "^1.8.2"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/slug": "^0.9.1",
"autoprefixer": "^10.1.0",
"gatsby": "^2.29.2",
"gatsby-link": "^2.8.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-page-creator": "^2.7.2",
"gatsby-plugin-postcss": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sitemap": "^2.9.0",
"gatsby-plugin-tailwindcss": "^1.0.3",
"gatsby-plugin-typescript": "^2.9.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-remark": "^2.13.1",
"glob": "^7.1.6",
"postcss": "^8.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-router-dom": "^5.2.0",
"slug": "^4.0.2",
"tailwindcss": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
},
"bugs": {
"url": "https://github.com/peronia-org/peronia-org.github.io/issues"
},
"homepage": "https://github.com/peronia-org/peronia-org.github.io#readme"
}