-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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": "quranin",
"version": "1.0.0",
"private": true,
"description": "quranin",
"author": "Rifqi Rosyidi",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "gatsby clean"
},
"dependencies": {
"axios": "^0.24.0",
"chart.js": "^3.6.2",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"firebase": "^9.6.1",
"formik": "^2.2.9",
"gatsby": "^4.2.0",
"gatsby-plugin-manifest": "^4.3.0",
"gatsby-plugin-nprogress": "^4.3.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-plugin-webfonts": "^2.2.1",
"rc-progress": "^3.1.4",
"react": "^17.0.1",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.1",
"react-firebase-hooks": "^4.0.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-spring": "^9.3.2",
"react-toggle": "^4.1.2",
"react-use-audio-player": "^1.2.4",
"slugify": "^1.6.3",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"gatsby-plugin-postcss": "^5.3.0",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19"
}
}