-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
{
"name": "expofranquicias",
"private": true,
"description": "Expofranquias Project at GitHub",
"version": "0.1.0",
"author": "Guido Santillan <[email protected]>",
"dependencies": {
"bulma": "^0.7.5",
"dotenv": "^8.0.0",
"gatsby": "^2.8.5",
"gatsby-image": "^2.1.2",
"gatsby-plugin-google-analytics": "^2.0.21",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-playground": "^1.0.6",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-source-filesystem": "^2.0.38",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-transformer-sharp": "^2.1.21",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@testing-library/cypress": "^4.0.4",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.4",
"axe-core": "^3.3.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-preset-gatsby": "^0.2.3",
"cypress": "^3.4.0",
"cypress-axe": "^0.5.1",
"env-cmd": "^9.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"prettier": "^1.18.0",
"pretty-quick": "^1.11.0",
"react-test-renderer": "^16.8.6",
"start-server-and-test": "^1.9.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --port 8001",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"cy:open": "cypress open",
"test:e2e": "start-server-and-test develop http://localhost:8001 cy:open"
}
}