-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.3 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.3 KB
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
{
"name": "core-component-ui",
"version": "1.1.2",
"description": "componentes personalizados basados en material ui para la creación de paginas web",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc -p .",
"prepublishOnly": "rm -rf dist && npm run-script build",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"test": "react-scripts test",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DigitalNews/core-componente-materialui.git"
},
"keywords": [
"materialui",
"typescript",
"node",
"react"
],
"author": "DigitalNew",
"license": "ISC",
"bugs": {
"url": "https://github.com/DigitalNews/core-componente-materialui/issues"
},
"homepage": "https://documentation-core.firebaseapp.com/#/Introduction",
"peerDependencies": {
"react": ">=16.13.1",
"@material-ui/core": ">=4.10.1",
"@material-ui/icons": ">=4.9.1",
"jarallax": ">=1.12.4",
"react-countup": ">=4.3.3",
"react-lazy-load-image-component": ">=1.5.0",
"react-typed": ">=1.2.0",
"react-visibility-sensor": ">=5.1.1",
"swiper": ">=6.2.0",
"clsx": ">=1.0.4"
},
"devDependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-lazy-load-image-component": "^1.5.1",
"@types/react-leaflet": "^2.5.2",
"@types/react-router-dom": "^5.1.5",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"history": "^5.0.0",
"i": "^0.3.6",
"jarallax": "^1.12.4",
"leaflet": "^1.7.1",
"react": "^16.13.1",
"react-countup": "^4.3.3",
"react-docgen-typescript": "^1.20.4",
"react-dom": "^16.13.1",
"react-lazy-load-image-component": "^1.5.0",
"react-leaflet": "^2.7.0",
"react-router-dom": "^5.2.0",
"react-styleguidist": "^11.1.0",
"react-typed": "^1.2.0",
"react-visibility-sensor": "^5.1.1",
"source-map-loader": "^1.1.0",
"style-loader": "^1.2.1",
"swiper": "^6.2.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2"
},
"dependencies": {}
}