-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.63 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
78
79
80
81
82
83
84
85
86
87
88
{
"name": "cmi-gatsby",
"private": true,
"description": "Library of modern day spiritual teachings",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_OPTIONS=\"-r esm\" gatsby build",
"develop": "cross-env NODE_OPTIONS=\"-r esm\" gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"netlify": "netlify dev",
"xxprebuild": "netlify-lambda install"
},
"eslintConfig": {
"extends": [
"wesbos"
],
"rules": {
"react/prop-types": 0
}
},
"dependencies": {
"@reach/router": "^1.3.4",
"babel-plugin-styled-components": "^1.12.0",
"dom-anchor-text-position": "^5.0.0",
"dom-anchor-text-quote": "^4.0.2",
"dompurify": "^2.2.6",
"dotenv": "^8.2.0",
"fomantic-ui": "^2.8.7",
"fomantic-ui-less": "^2.8.7",
"gatsby": "^2.30.2",
"gatsby-image": "^2.9.0",
"gatsby-plugin-catch-links": "^2.8.0",
"gatsby-plugin-create-client-paths": "^2.8.0",
"gatsby-plugin-less": "^4.5.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-remark-images": "^3.9.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-sanity": "^6.0.4",
"gatsby-transformer-json": "^2.9.0",
"gatsby-transformer-remark": "^2.14.0",
"gatsby-transformer-sharp": "^2.10.1",
"gsap": "^3.6.0",
"i18next": "^19.8.4",
"isomorphic-fetch": "^2.2.1",
"less": "^3.13.1",
"md5": "^2.3.0",
"netlify-cli": "^2.71.0",
"netlify-identity-widget": "^1.9.1",
"netlify-lambda": "^2.0.2",
"normalize.css": "^8.0.1",
"query-string": "^6.13.8",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.5",
"react-toastify": "^6.2.0",
"semantic-ui-react": "^2.0.2",
"styled-components": "^5.2.1",
"wrap-range-text": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-wesbos": "1.0.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"esm": "^3.2.25",
"prettier": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Christ-Mind-Teachings/cmi-gatsby"
}
}