-
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) · 1015 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1015 Bytes
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": "gatsby-test",
"version": "1.0.0",
"private": true,
"description": "gatsby test",
"author": "aimen08",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@types/react-helmet": "^6.1.4",
"daisyui": "^1.16.0",
"gatsby": "^4.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-netlify": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-source-sanity": "^7.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-particles-js": "^3.5.3",
"react-rainbow-components": "^1.27.0",
"tsparticles": "^1.36.0"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"gatsby-plugin-postcss": "^5.0.0",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.17"
}
}