-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
{
"name": "curso-platzi-react-avanzado",
"version": "1.0.0",
"description": "**¡Sígueme en Youtube para más contenido de React y Javascript!** 👉 https://www.youtube.com/midudev",
"main": "index.js",
"scripts": {
"test": "cypress open",
"build": "webpack --mode=production",
"lint": "standard",
"dev": "webpack serve --mode=development --history-api-fallback",
"serve:dev": "webpack --mode=development && npx serve dist -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryan250000/react-avanzado.git"
},
"keywords": [],
"author": "Bryan <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bryan250000/react-avanzado/issues"
},
"homepage": "https://github.com/bryan250000/react-avanzado#readme",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"babel-loader": "9.2.1",
"cypress": "12.17.4",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier-standard": "4.0.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "6.6.0",
"firebase-tools": "13.27.0",
"json-schema": "0.4.0",
"prettier": "3.4.2",
"prettier-config-standard": "5.0.0",
"prop-styles": "2.0.0",
"prop-types": "15.8.1",
"standard": "17.1.2",
"vercel": "31.4.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
"webpack-pwa-manifest": "4.3.0",
"workbox-webpack-plugin": "7.0.0"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"graphql": "^16.3.0",
"html-webpack-plugin": "^5.5.0",
"intersection-observer": "^0.12.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-is": "^18.0.0",
"react-router-dom": "^6.2.2",
"styled-components": "^6.0.0"
},
"standard": {
"ignore": [
"/api/**"
]
},
"eslintConfig": {
"extends": [
"./node_modules/standard/eslintrc.json"
]
}
}