-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.48 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "faithinventory.com",
"private": true,
"description": "a curated list of items and understandings for my spiritual siblings to thrive during times of uncertainty",
"version": "0.1.0",
"author": "Avery Smith <avery@faithinventory.com>",
"dependencies": {
"@robinmetral/gatsby-source-s3": "^1.1.1",
"atoms": "file:src/components/atoms",
"b64-to-blob": "^1.2.19",
"classnames": "^2.2.6",
"gatsby": "^2.20.12",
"gatsby-cli": "^2.12.44",
"gatsby-core-utils": "^1.1.1",
"gatsby-image": "^2.3.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-s3": "^0.3.3",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-plugin-valine": "^1.0.2",
"gatsby-remark-images": "^3.3.9",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-apiserver": "^2.1.4",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.4.3",
"molecules": "file:src/components/molecules",
"moment": "^2.26.0",
"mousetrap": "^1.6.5",
"node-sass": "^4.13.1",
"organisms": "file:src/components/organisms",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.27.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-drag-sortable": "^1.0.6",
"react-dropzone": "^10.2.2",
"react-helmet": "^5.2.1",
"react-loading": "^2.0.3",
"react-modal": "^3.11.2",
"react-safe": "^1.3.0",
"react-select": "^3.1.0",
"react-spring": "^8.0.27",
"slug": "^2.1.1",
"toasted-notes": "^3.2.0",
"typography": "^0.16.19",
"uuidv4": "^6.0.7"
},
"devDependencies": {
"eslint-config-react-app": "^5.2.1",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"forestry:preview": "gatsby develop -H 0.0.0.0 -p 8080",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/averysmithproductions/faithinventory-com-platinumenoch"
},
"bugs": {
"url": "https://github.com/averysmithproductions/faithinventory-com-platinumenoch/issues"
}
}