-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.06 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
87
88
89
90
91
92
93
94
95
{
"name": "secorto-website",
"private": true,
"version": "4.3.0",
"description": "Página web de presentación de Sergio C. Orozco Torres",
"author": "Sergio Orozco <[email protected]>",
"homepage": "https://www.secorto.com",
"dependencies": {
"@emotion-icons/material-twotone": "^3.14.0",
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/react": "^2.3.0",
"@svgr/webpack": "^8.1.0",
"@theme-ui/css": "^0.16.1",
"@theme-ui/mdx": "^0.16.1",
"@theme-ui/prism": "^0.16.1",
"@theme-ui/typography": "^0.16.1",
"gatsby": "^5.12.8",
"gatsby-plugin-canonical-urls": "^5.12.0",
"gatsby-plugin-image": "^3.12.2",
"gatsby-plugin-manifest": "^5.12.2",
"gatsby-plugin-mdx": "^5.12.2",
"gatsby-plugin-offline": "^6.12.2",
"gatsby-plugin-sharp": "^5.12.2",
"gatsby-plugin-sitemap": "^6.12.2",
"gatsby-remark-images": "^7.12.2",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.2",
"identity-obj-proxy": "^3.0.0",
"mdx-utils": "^0.2.0",
"photoswipe": "^5.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.32.6",
"theme-ui": "^0.16.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@testing-library/cypress": "^10.0.1",
"axe-core": "^4.8.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-preset-gatsby": "^3.12.0",
"concurrently": "^8.2.2",
"cypress": "^13.3.2",
"cypress-axe": "^1.5.0",
"eslint": "^8.52.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-mdx": "^2.2.0",
"gatsby-plugin-netlify": "^5.1.1",
"jest": "^29.7.0",
"jest-emotion": "^11.0.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"start-server-and-test": "^2.0.1"
},
"keywords": [
"scot3004",
"developer"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test:unit": "jest",
"lint": "eslint . --ext js,jsx,md,mdx",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test:e2e": "start-server-and-test develop http://localhost:8000 cy:open",
"test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run",
"test": "concurrently 'npm run test:unit' 'npm run test:e2e:ci'"
},
"repository": {
"type": "git",
"url": "https://github.com/Scot3004/Scot3004.git"
},
"bugs": {
"url": "https://github.com/Scot3004/Scot3004/issues"
},
"packageManager": "[email protected]"
}