-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
41
42
{
"name": "nulligma",
"version": "1.0.0",
"private": true,
"description": "Nulligma",
"author": "Nulligma",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"bootstrap": "^5.1.0",
"emailjs-com": "^3.2.0",
"fslightbox-react": "^1.6.2-2",
"gatsby": "^3.13.1",
"gatsby-background-image": "^1.5.3",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"gbimage-bridge": "^0.1.4",
"react": "^17.0.1",
"react-bootstrap": "^2.0.0-beta.6",
"react-countup": "^6.0.0",
"react-dom": "^17.0.1",
"react-scroll": "^1.8.4",
"react-slick": "^0.28.1",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.41.1",
"slick-carousel": "^1.8.1",
"swiper": "^7.0.6"
}
}