-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.88 KB
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
{
"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 <maxence.poutord@gmail.com>",
"scripts": {
"build": "GATSBY_FEEDBACK_DISABLED=1 gatsby build",
"develop": "GATSBY_FEEDBACK_DISABLED=1 gatsby develop",
"format": "prettier --write 'src/**/*.js' 'data/*.js' 'gatsby-*.js'",
"lint": "eslint . --ext .js",
"semantic-release": "semantic-release",
"start": "GATSBY_FEEDBACK_DISABLED=1 gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"bin": {},
"dependencies": {
"@fontsource/bitter": "4.5.0",
"@mdx-js/react": "2.3.0",
"@stripe/stripe-js": "1.17.0",
"bulma": "1.0.4",
"gatsby": "5.16.1",
"gatsby-plugin-htaccess": "1.4.0",
"gatsby-plugin-mdx": "5.16.0",
"gatsby-plugin-sass": "6.16.0",
"gatsby-plugin-use-query-params": "1.0.1",
"gatsby-remark-autolink-headers": "6.16.0",
"gatsby-remark-smartypants": "6.16.0",
"gatsby-source-filesystem": "5.16.0",
"react": "18.3.1",
"react-circular-progressbar": "2.2.0",
"react-dom": "18.3.1",
"react-icons": "4.2.0",
"remark-gfm": "1.0.0",
"sass": "1.101.0",
"use-query-params": "1.2.3"
},
"devDependencies": {
"@eslint/compat": "2.1.0",
"@eslint/js": "9.39.4",
"eslint": "9.39.4",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.6.0",
"postcss": "8.5.15",
"prettier": "3.8.4",
"semantic-release": "25.0.5"
}
}