-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.4 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.4 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
{
"name": "automatic_form_validation",
"version": "1.6.0",
"description": "Valiform.js is an automatic javascript library to validate HTML form fields using data- HTML5 attributes. It has little more than 12Kb. Without dependencies, like jQuery, but compatible with them.",
"main": "ValidateForm.js",
"scripts": {
"build": "rm -rf build && mkdir build && rollup -c",
"start": "es-dev-server --app-index /demo/index.html --node-resolve --watch --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manufosela/Automatic-Form-Validation.git"
},
"keywords": [
"forms",
"validate"
],
"author": "@manufosela",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/manufosela/Automatic-Form-Validation/issues"
},
"homepage": "https://github.com/manufosela/Automatic-Form-Validation#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"es-dev-server": "^1.14.2",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-terser": "^5.1.3"
}
}