-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 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
{
"name": "easyformui",
"version": "1.2.0",
"description": "Libreria de formularios basado en formik con material ui.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"start": "styleguidist server",
"prepublishOnly": "rm -rf build && npm run-script buildWebpack",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"buildWebpack": "webpack --config webpack.config.js --mode=production",
"build": "npx tsc -p .",
"styleguide:build": "styleguidist build"
},
"files": [
"/build"
],
"keywords": [
"form",
"formik",
"materialui",
"mateial-formik",
"react",
"type-script",
"easyformui"
],
"author": "Digital News",
"homepage": "https://github.com/mrbalem/easyformui.git",
"email": "ronycarhuas20@gmail.com",
"license": "ISC",
"peerDependencies": {
"react": ">=16.13.1",
"@material-ui/core": ">=4.10.1",
"react-dom": ">=16.12.0"
},
"devDependencies": {
"@material-ui/core": "^4.10.1",
"@types/react": "^16.9.25",
"@types/yup": "^0.26.33",
"clsx": "^1.1.1",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-beta.1",
"mui-formik": "^0.1.1",
"react": "^16.13.1",
"react-docgen-typescript": "^1.18.0",
"react-dom": "^16.8.0",
"react-styleguidist": "^11.0.8",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yup": "^0.28.5"
}
}