-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.13 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
86
87
88
89
90
91
92
93
94
95
96
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/pro-duotone-svg-icons": "^5.15.3",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@loadable/component": "^5.15.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"autoprefixer": "^10.4.7",
"axios": "^0.21.1",
"dotenv": "^16.0.1",
"gatsby": "^3.9.1",
"gatsby-plugin-gatsby-cloud": "^2.9.1",
"gatsby-plugin-google-analytics": "^4.21.0",
"gatsby-plugin-image": "^1.9.0",
"gatsby-plugin-manifest": "^3.9.0",
"gatsby-plugin-matomo": "^0.10.0",
"gatsby-plugin-offline": "^5.19.0",
"gatsby-plugin-postcss": "^5.19.0",
"gatsby-plugin-preact": "^6.21.0",
"gatsby-plugin-react-helmet": "^4.9.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^3.9.0",
"gatsby-source-filesystem": "^3.9.0",
"gatsby-source-graphql": "^3.10.0",
"gatsby-source-wordpress": "^6.2.0",
"gatsby-transformer-sharp": "^3.9.0",
"js-cookie": "^2.2.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"peerjs": "^1.4.7",
"postcss": "^8.4.14",
"postcss-preset-env": "^6.7.0",
"preact": "^10.10.6",
"preact-render-to-string": "^5.2.2",
"prop-types": "^15.7.2",
"rc-slider": "^9.7.2",
"re-resizable": "^6.9.9",
"react": "^18.0",
"react-activity": "^2.1.1",
"react-contenteditable": "^3.3.6",
"react-detectable-overflow": "^0.6.2",
"react-dom": "^18.0",
"react-fast-marquee": "^1.3.2",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.4",
"react-scramble-text": "^1.0.1",
"react-spotify-api": "^3.0.0",
"react-spotify-auth": "^1.3.4",
"react-spotify-web-playback": "^0.8.2",
"react-tabs": "^5.1.0",
"react-tiny-popover": "^7.1.0",
"react-youtube": "^9.0.3",
"repeating": "^4.0.0",
"rsuite": "^4.10.2",
"socket.io-client": "^4.5.1",
"tailwindcss": "^3.1.6",
"vanilla-lazyload": "^17.8.3"
},
"devDependencies": {
"prettier": "2.3.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host=0.0.0.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}