-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.68 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
{
"name": "elguey-mk",
"description": "A blog that showcases my mechanical keyboards and keyboard accessories",
"version": "1.0.0",
"author": "Arturo Alviar <[email protected]>",
"homepage": "https://elgueymk.com/",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"emotion-theming": "^10.0.27",
"gatsby": "^2.18.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-google-analytics": "^2.3.4",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-source-prismic-graphql": "^3.6.2",
"gatsby-transformer-sharp": "^2.3.7",
"prismic-reactjs": "^1.3.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-spring": "^9.0.0-beta.34",
"typeface-karla": "^0.0.72",
"typeface-lora": "^0.0.72"
},
"devDependencies": {
"@testing-library/cypress": "^6.0.0",
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.0.4",
"axe-core": "^3.5.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-emotion": "^10.0.33",
"babel-preset-gatsby": "^0.4.2",
"cypress": "^4.5.0",
"cypress-axe": "^0.8.1",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-react": "^7.19.0",
"gatsby-cypress": "^0.4.2",
"gatsby-plugin-eslint": "^2.0.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-emotion": "^10.0.32",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.11.0"
},
"keywords": [
"gatsby",
"blog",
"custom keyboards",
"keyboards"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --open",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "CYPRESS_SUPPORT=y start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run"
},
"repository": {
"type": "git",
"url": "https://github.com/arturoalviar/elguey.mk"
},
"bugs": {
"url": "https://github.com/arturoalviar/elguey.mk/issues"
}
}