-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 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
54
{
"name": "medlem",
"version": "1.0.0",
"private": true,
"description": "medlem",
"author": "Therese Selberg",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@zxing/library": "^0.20.0",
"axios": "^1.6.7",
"caniuse-lite": "^1.0.30001591",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"extend": "^3.0.2",
"framer-motion": "^11.0.8",
"gatsby": "^5.13.3",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"geopattern": "^1.2.3",
"node-sass": "^9.0.0",
"prop-types": "^15.8.1",
"qrcode": "^1.5.3",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-snowfall": "^2.1.0",
"sass": "^1.71.1",
"swr": "^2.2.5",
"webrtc-adapter": "^8.2.3"
},
"overrides": {
"[email protected]": {
"react": "^18.0.0"
}
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}