This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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": "velocity-site",
"private": true,
"description": "The Velocity website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.7.1",
"gatsby-image": "^3.7.1",
"gatsby-plugin-emotion": "^6.7.1",
"gatsby-plugin-mdx": "^2.7.1",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^4.3.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-prismjs": "^5.4.1",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-switch": "^6.0.0"
},
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22",
"prettier": "2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PaperMC/velocitypowered.com"
},
"bugs": {
"url": "https://github.com/PaperMC/velocitypowered.com/issues"
},
"browserslist": [
">.5%",
"not dead",
"firefox esr",
"not op_mini all",
"not ie <= 11"
]
}