-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.55 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
{
"name": "go-digital-design",
"private": true,
"description": "`Welcome to Go Digital Design website! We're a talented group of digital enthusiasts, and we'll help you boost your sales and reputation by creating powerful marketing campaigns, design and create engaging content for your social media presence, and build a better fruitful future for your company!",
"version": "0.1.0",
"author": "Ali Shour <iamshour@outlook.com>",
"dependencies": {
"@loadable/component": "^5.15.0",
"bootstrap": "^5.0.2",
"gatsby": "^3.10.1",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-loadable-components-ssr": "^3.2.0",
"gatsby-plugin-manifest": "^3.10.0",
"gatsby-plugin-offline": "^4.10.0",
"gatsby-plugin-react-helmet": "^4.10.0",
"gatsby-plugin-sass": "^4.10.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-sharp": "^3.10.0",
"gsap": "^3.7.1",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^2.0.0-beta.4",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0"
},
"devDependencies": {
"prettier": "2.3.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"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"
}
}