-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
{
"name": "ckendall-art",
"private": true,
"description": "E-Commerce Store for Claire Kendall, a fine studio artist in Charleston SC",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby clean ; gatsby build",
"develop": "gatsby develop --host 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"postinstall": "npm run clean"
},
"dependencies": {
"@apollo/client": "^3.3.12",
"@fontsource/lora": "^4.2.2",
"@fontsource/nunito": "^4.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"autoprefixer": "^10.2.5",
"date-fns": "^2.21.1",
"dotenv": "^8.2.0",
"gatsby": "^3.1.1",
"gatsby-image": "^3.1.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-robots-txt": "^1.5.6",
"gatsby-plugin-sass": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.1",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-sass": "^5.0.0",
"postcss": "^8.2.8",
"pure-react-carousel": "^1.27.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-modal": "^3.12.1",
"shopify-buy": "^2.11.0",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}