-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.02 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
{
"name": "estrenos-web",
"license": "MIT",
"description": "Estrenos Web",
"version": "0.1.0",
"author": "Leonard Galante <[email protected]>",
"dependencies": {
"antd": "^4.0.3",
"antd-dayjs-webpack-plugin": "^0.0.9",
"babel-plugin-styled-components": "^1.10.7",
"dayjs": "^1.8.23",
"dlv": "^1.1.3",
"dotenv": "^8.2.0",
"firebase": "^7.12.0",
"gatsby": "^2.20.2",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^2.2.0",
"gatsby-plugin-manifest": "^2.3.1",
"gatsby-plugin-netlify": "^2.2.0",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-styled-components": "^3.2.0",
"gatsby-source-graphql": "^2.2.0",
"got": "^10.6.0",
"mapbox-gl": "^1.8.1",
"nanoid": "^2.1.11",
"plyr": "^3.5.10",
"polished": "^3.5.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flip-toolkit": "^7.0.9",
"react-helmet": "^5.2.1",
"react-mapbox-gl": "^4.8.3",
"react-share": "^4.1.0",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"babel-eslint": "10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^2.0.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}