-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "media-club-site",
"private": true,
"description": "KFUPM Media club site",
"version": "0.1.0",
"author": "Mzaien and Waleed",
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.0.3",
"@chakra-ui/react": "^2.2.6",
"@emotion/cache": "^11.10.1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"algoliasearch": "^4.14.2",
"dotenv": "^16.0.1",
"framer-motion": "^7.0.0",
"gatsby": "^4.20.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-algolia": "^0.24.0",
"gatsby-plugin-emotion": "^7.20.0",
"gatsby-plugin-image": "^2.20.0",
"gatsby-plugin-manifest": "^4.20.0",
"gatsby-plugin-offline": "^5.20.0",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-source-prismic": "^3.3.6",
"gatsby-transformer-sharp": "^4.20.0",
"prismic-reactjs": "^1.3.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.4.0",
"react-instantsearch-dom": "^6.31.0",
"react-player": "^2.10.1",
"react-share": "^4.4.0"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop-h": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}