-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.52 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
{
"author": "Jeff \"Huey\" Huelsbeck <[email protected]>",
"bugs": {
"url": "https://github.com/thisishuey/carpetelam-gatsby/issues"
},
"dependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.1",
"@testing-library/react": "^8.0.1",
"bluebird": "^3.5.5",
"classnames": "^2.2.6",
"dotenv": "^8.0.0",
"gatsby": "^2.8.8",
"gatsby-image": "^2.0.29",
"gatsby-plugin-google-tagmanager": "^2.0.15",
"gatsby-plugin-iubenda-cookie-footer": "^1.1.1",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-material-ui": "^2.0.1",
"gatsby-plugin-netlify": "^2.0.11",
"gatsby-plugin-offline": "^2.0.23",
"gatsby-plugin-playground": "^1.0.6",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-sharp": "^2.0.20",
"gatsby-source-apiserver": "^2.1.1",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-source-graphql": "^2.0.19",
"gatsby-theme-material-ui": "^0.0.24",
"gatsby-transformer-sharp": "^2.1.13",
"jss": "^10.0.0-alpha.16",
"lodash": "^4.17.11",
"prop-types": "^15.7.1",
"react": "^16.8.6",
"react-dom": "^16.7.0",
"react-helmet": "^5.2.0",
"slash": "^3.0.0",
"typeface-roboto": "0.0.54",
"typeface-roboto-slab": "0.0.72"
},
"description": "Carpe Telam UI generated with gatsbyjs",
"devDependencies": {
"babel-jest": "^24.3.1",
"babel-preset-gatsby": "^0.1.8",
"core-js": "^2.6.5",
"cypress": "^3.1.5",
"cypress-testing-library": "^2.3.6",
"eslint": "^5.13.0",
"eslint-config-gatsby-standard": "^2.1.1",
"eslint-config-kentcdodds": "^14.3.1",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-react-hooks": "^1.0.1",
"husky": "^1.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.16.4",
"start-server-and-test": "^1.7.11"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"gatsby"
],
"license": "MIT",
"name": "carpetelam-gatsby",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/thisishuey/carpetelam-gatsby"
},
"scripts": {
"build": "gatsby build",
"cy:open": "cypress open",
"cy:test": "start-server-and-test start http://0.0.0.0:80 cy:run",
"cy:run": "cypress run",
"develop": "npx gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"start": "yarn develop",
"test": "jest"
},
"version": "1.0.0"
}