-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "about-like-co",
"version": "1.0.0",
"private": false,
"engines": {
"node": ">=16"
},
"description": "LikeCoin",
"author": "Ng Wing Tat, David",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"develop:cms": "npx netlify-cms-proxy-server",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"classnames": "^2.3.2",
"date-fns": "^2.23.0",
"gatsby": "^3.11.1",
"gatsby-plugin-google-gtag": "^4.22.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-netlify": "^3.12.0",
"gatsby-plugin-netlify-cms": "^5.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sitemap": "^4.7.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-remark": "^4.9.0",
"netlify-cms-app": "^2.15.38",
"react": "^17.0.1",
"react-countup": "^6.0.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-visibility-sensor": "^5.1.1",
"swiper": "^8.4.2"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^4.11.0",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}