-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "sol-journal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"babel-plugin-emotion": "^10.0.9",
"date-fns": "^1.30.1",
"emotion-theming": "^10.0.10",
"firebase": "^5.9.0",
"gatsby": "^2.4.3",
"gatsby-image": "^2.1.0",
"gatsby-plugin-create-client-paths": "^2.0.5",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.37",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.36",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-sharp": "^2.1.19",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-feather": "^1.1.6",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.0.0",
"react-spinners": "^0.5.3",
"recompose": "^0.30.0"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}