-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.48 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
{
"name": "@sigeco/tools",
"version": "1.0.3",
"description": "Tools for sigeco",
"license": "MIT",
"homepage": "https://github.com/juanmaabanto/sigeco-tools",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"author": {
"name": "Juan Manuel Abanto Mera",
"email": "jabanto@x-pertec.com"
},
"repository": {
"type": "git",
"url": "https://github.com/juanmaabanto/sigeco-tools",
"directory": "packages/sigeco-tools"
},
"bugs": {
"url": "https://github.com/juanmaabanto/sigeco-tools/issues"
},
"keywords": [
"material-ui",
"react",
"react-component",
"sigeco",
"@sigeco/tools"
],
"peerDependencies": {
"@material-ui/core": "^4.0.0",
"@types/react": "^16.8.6",
"date-fns": "^2.10.0",
"prop-types": "^15.6.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-draggable": "^4.4.3",
"react-virtualized": "^9.22.3"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {},
"scripts": {
"build": "rollup --config",
"start": "rollup --config --watch",
"prepare": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "~7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@material-ui/core": "^4.11.0",
"babel-plugin-optimize-clsx": "^2.6.1",
"date-fns": "^2.16.1",
"prop-types": "^15.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3",
"react-virtualized": "^9.22.2",
"rollup": "^2.26.11",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist"
]
}