-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.62 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "se-website",
"version": "2.0.0-development",
"description": "Website for SiegeEngineers.org",
"keywords": [
"age2",
"siege-engineers"
],
"homepage": "https://github.com/siegeengineers/website#readme",
"bugs": {
"url": "https://github.com/siegeengineers/website/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/siegeengineers/website.git"
},
"license": "MIT",
"author": "Maxence Poutord <[email protected]>",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js' 'data/*.js' 'gatsby-*.js'",
"lh": "lighthousebot",
"lint": "eslint . --ext .js",
"semantic-release": "semantic-release",
"start": "gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"bin": {},
"dependencies": {
"@fontsource/bitter": "^4.5.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@stripe/stripe-js": "^1.17.0",
"bulma": "^0.9.3",
"gatsby": "^3.0.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-mdx": "^2.0.0",
"gatsby-plugin-page-creator": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sass": "^4.8.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-remark-autolink-headers": "^4.6.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-prismjs": "^4.0.0",
"gatsby-remark-responsive-iframe": "^3.0.0",
"gatsby-remark-smartypants": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"prismjs": "^1.23.0",
"react": "^17.0.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sass": "^1.35.1",
"terser": "^4.6.11",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"puppeteer": "^5.4.1",
"semantic-release": "^17.4.1",
"typescript": "^4.3.4",
"yaml": "^1.6.0"
},
"peerDependencies": {
"gatsby": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}