-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
162 lines (162 loc) · 4.47 KB
/
Copy pathpackage.json
File metadata and controls
162 lines (162 loc) · 4.47 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "react-wizardry",
"version": "0.13.4",
"description": "Multi-step form wizard component for React",
"type": "module",
"keywords": [
"wizard",
"react-wizard",
"stepper",
"react-stepper"
],
"repository": {
"type": "git",
"url": "https://github.com/prabhuignoto/react-wizardry"
},
"scripts": {
"dev": "vite",
"build": "webpack --mode=production --node-env=production",
"preview": "vite preview",
"format": "pnpm prettier --write ./src/components/*.{ts,tsx}",
"test": "pnpm vitest --config ./vitest.config.ts --coverage",
"lint": "pnpm eslint ./src/components/**/*.{ts,tsx}",
"fix-lint": "pnpm eslint ./src/components/**/*.{ts,tsx} --fix",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"analyze": "webpack --mode=production --node-env=production --env analyze",
"serve": "webpack serve --mode=development",
"watch": "webpack --watch",
"snyk:monitor": "pnpm snyk monitor",
"snyk:test": "pnpm snyk test"
},
"publishConfig": {
"cache": "cache/.npm",
"registry": "https://registry.npmjs.org/"
},
"browserslist": [
"last 2 versions",
"not op_mini all",
"not ie <= 11"
],
"dependencies": {
"classnames": "^2.3.2",
"nanoid": "^4.0.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"author": {
"name": "Prabhu Murthy",
"email": "prabhu.m.murthy@gmail.com",
"url": "https://www.prabhumurthy.com"
},
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"eslintConfig": {
"env": {
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": [
"plugin:react/recommended",
"standard",
"prettier"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"react",
"@typescript-eslint"
],
"rules": {
"no-use-before-define": "off",
"react/prop-types": "off"
},
"settings": {
"react": {
"version": "detect"
}
}
},
"main": "dist/react-wizardry.js",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.0",
"@swc/core": "^1.11.31",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^4.5.1",
"@vitest/coverage-v8": "^3.2.2",
"@webpack-cli/generators": "^2.5.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.0.1",
"browserslist-to-esbuild": "^2.1.1",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.42.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^7.0.2",
"cssnano": "^7.0.7",
"dotenv-webpack": "^8.1.0",
"esbuild-loader": "^2.20.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"husky": "^8.0.1",
"jsdom": "^20.0.2",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^3.3.1",
"stylelint": "^14.14.0",
"stylelint-config-standard": "^29.0.0",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"vite": "^6.3.5",
"vitest": "^3.2.2",
"webpack": "^5.99.9",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-node-externals": "^3.0.0",
"webpack-pwa-manifest": "^4.3.0"
}
}