-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
110 lines (110 loc) · 3.38 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@jp-olvera/jp-viaducto-components",
"version": "7.3.8",
"description": "Los componentes de este repositorio están diseñados particular de los proyectos de viaducto",
"main": "dist/index.js",
"scripts": {
"test": "jest -u --env=jsdom",
"test:coverage": "jest --coverage -u --env=jsdom",
"build": "webpack --mode production --config ./.storybook/config/webpack.config.js --progress",
"start": "npm run storybook",
"storybook": "start-storybook -p 6006 -s .storybook/public",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jp-olvera/jp-viaducto-components.git"
},
"keywords": [
"react",
"ecosystem-react",
"styled-components",
"viaducto",
"frontera-ui",
"design-system",
"react-component",
"react-component",
"awesome"
],
"author": {
"name": "Juan Pablo Olvera Sánchez",
"email": "[email protected]"
},
"contributors": [
"Juan Pablo Olvera Sánchez <[email protected]>",
"Jorge Luis Rojas Arcos <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/jp-olvera/jp-viaducto-components/issues"
},
"homepage": "https://github.com/jp-olvera/jp-viaducto-components#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": ">=5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.4",
"@babel/eslint-parser": "^7.17.0",
"@babel/node": "^7.16.8",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/storybook-deployer": "^2.8.10",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.4.0",
"@types/jest-axe": "^3.5.3",
"@types/node": "^17.0.18",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.22",
"@typescript-eslint/parser": "^5.12.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-watch": "^8.0.0",
"html-webpack-plugin": "5.5.0",
"jest": "^27.5.1",
"jest-axe": "^5.0.1",
"jest-canvas-mock": "^2.3.1",
"path": "^0.12.7",
"phosphor-react": "^1.4.0",
"react": "^17.0.2",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^17.0.2",
"source-map-loader": "^3.0.1",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"url-loader": "^4.1.1",
"webpack": "^5.69.0",
"webpack-cli": "^4.9.2"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}