-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
76 lines (76 loc) · 2.16 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
{
"name": "react-form-wizard-component",
"private": false,
"author": "Parsa Jiravand",
"homepage": "https://github.com/parsajiravand/react-form-wizard",
"repository": "https://github.com/parsajiravand/react-form-wizard",
"description": "A react form wizard component with validation and progress bar with no external depenendcies which simplifies tab wizard management.",
"version": "0.2.7",
"type": "module",
"files": [
"dist"
],
"main": "./dist/react-form-wizard-component.umd.js",
"module": "./dist/react-form-wizard-component.es.js",
"exports": {
".": {
"import": "./dist/react-form-wizard-component.es.js",
"require": "./dist/react-form-wizard-component.umd.js",
"types": "./dist/types/main.d.ts"
},
"./dist/style.css": "./dist/style.css"
},
"types": "./dist/types/main.d.ts",
"scripts": {
"dev": "vite",
"build": " vite build && tsc",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react-form-wizard-component": "^0.1.9"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-banner": "^0.7.0"
},
"keywords": [
"react",
"form",
"wizard",
"component",
"react-component",
"react-form-wizard",
"react-form-wizard-component",
"react-form-wizard-component",
"form-wizard",
"form-wizard-component",
"react-form",
"react-form-component",
"react-form-wizard-component",
"next",
"next-form-wizard",
"next-form-wizard-component",
"step",
"step-form",
"step-form-component",
"react-step-form",
"stepper",
"react-stepper",
"react-stepper-component",
"react-step-form-component",
"react-step-form-wizard"
],
"license": "MIT"
}