-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "intro-website",
"description": "Association-neutral introduction information website",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/svsticky/intro-website.git"
},
"author": "Sietze Riemersma",
"license": "GPL-3.0-or-later",
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"fomantic-ui-css": "^2.8.7",
"fs-extra": "^10.0.1",
"gatsby": "^4.25.7",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"leaflet": "^1.7.1",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.0",
"react-router-dom": "^5.2.0",
"semantic-ui-react": "^2.0.3",
"webpack": "5.76.0"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}