-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.56 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "web app",
"version": "0.1.0",
"author": "jhonyvega",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r https://$GH_TOKEN@github.com/jhony-24/game-4-pics-1-word.git",
"test": "jest"
},
"dependencies": {
"aphrodite": "^2.4.0",
"axios": "^0.19.2",
"babel-plugin-polished": "^1.1.0",
"firebase": "^7.20.0",
"framer-motion": "^1.10.3",
"gatsby": "^2.19.45",
"gatsby-cli": "^2.12.49",
"gatsby-image": "^2.2.44",
"gatsby-plugin-aphrodite": "^2.0.5",
"gatsby-plugin-lodash": "^3.2.1",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-no-sourcemaps": "^2.2.0",
"gatsby-plugin-offline": "^3.0.41",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-react-i18next": "0.0.27",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.4.13",
"gatsby-plugin-styletron": "^5.0.9",
"gatsby-source-filesystem": "^2.1.56",
"gatsby-transformer-sharp": "^2.3.19",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"normalizr": "^3.6.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-content-loader": "^5.0.2",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.7.2",
"react-icons": "^3.9.0",
"react-loading-skeleton": "^2.0.1",
"react-portal": "^4.2.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styletron-engine-atomic": "^1.4.6",
"styletron-react": "^5.2.7",
"styletron-standard": "^3.0.4"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.13.0",
"create-react-component-folder": "^0.2.0",
"gatsby-plugin-root-import": "^2.0.5",
"gh-pages": "^3.1.0",
"prettier": "^1.19.1",
"react-codemod": "^5.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}