-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.54 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.54 KB
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
{
"name": "test",
"version": "1.0.0",
"private": true,
"description": "Test",
"author": "Codementation, LLC",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"generate-admin-css": "npx tailwindcss build ./src/styles/global.css -o ./public/admin/main.css",
"build": "gatsby build && yarn generate-admin-css",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"resolutions": {
"sharp": "0.27.0"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@brainhubeu/react-carousel": "^1.19.26",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"autoprefixer": "^10.2.1",
"babel-plugin-remove-graphql-queries": "^2.14.0",
"babel-preset-expo": "^8.3.0",
"codemirror": "^5.59.1",
"expo": "^40.0.0",
"fbjs": "^3.0.0",
"gatsby": "^2.30.2",
"gatsby-image": "^2.9.0",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-netlify-cms": "^4.8.0",
"gatsby-plugin-postcss": "^3.5.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-react-native-web": "git+https://github.com/slorber/gatsby-plugin-react-native-web.git",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-remark-copy-linked-files": "^2.8.0",
"gatsby-remark-images": "^3.9.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-google-places": "0.0.7",
"gatsby-transformer-remark": "^2.14.0",
"gatsby-transformer-sharp": "^2.10.1",
"google-maps-react": "^2.0.6",
"netlify-cms-app": "^2.14.12",
"netlify-cms-lib-widgets": "^1.6.0",
"node-fetch": "^2.6.1",
"postcss": "^8.2.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-native": "^0.63.4",
"react-native-gesture-handler": "^1.9.0",
"react-native-web": "^0.14.10",
"react-native-web-hooks": "^3.0.1",
"remark-gfm": "^1.0.0",
"sharp": "^0.27.0",
"tailwindcss": "^2.0.2",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.3"
},
"devDependencies": {
"@octokit/core": "^3.2.4",
"@types/brainhubeu__react-carousel": "^2.0.2",
"http-proxy-middleware": "^1.0.6",
"netlify-cli": "^3.1.1"
}
}