-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"name": "whitesand-frontend",
"version": "1.0.0",
"private": true,
"description": "Whitesand gatsby website",
"author": "Lukas Janonis",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"axios": "^0.21.1",
"gatsby": "^3.4.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-netlify": "^3.12.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-json": "^3.11.0",
"gatsby-transformer-sharp": "^3.6.0",
"react": "^17.0.1",
"react-accessible-accordion": "^3.3.4",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-use-audio-player": "^1.2.4",
"react-youtube": "^7.13.1"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"gatsby-plugin-postcss": "^4.6.0",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
}
}