-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"author": "Jakub Marek",
"bugs": {
"url": "https://github.com/kubax2000/react-form-inputs-validator/issues"
},
"description": "React library for easy form validation",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"style-loader": "^3.2.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"files": [
"LICENSE",
"README.md",
"index.jsx",
"build/"
],
"homepage": "https://github.com/kubax2000/react-form-inputs-validator#readme",
"keywords": [
"react",
"validator",
"react-validate",
"form validator",
"form validation",
"react validator",
"react form validator",
"input validator",
"react input validator"
],
"license": "MIT",
"main": "./build/index.js",
"name": "react-form-inputs-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/kubax2000/react-form-inputs-validator.git"
},
"scripts": {
"build": "./node_modules/.bin/babel src -d build",
"docs-build": "./node_modules/.bin/webpack --config webpack.config.js --mode production",
"docs-watch": "./node_modules/.bin/webpack --config webpack.config.js --mode development -w",
"prepublish": "npm run build && npm run docs-build"
},
"version": "1.0.2"
}