forked from newbreedofgeek/react-stepzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.53 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
77
78
79
80
81
82
83
84
85
86
{
"name": "react-stepzilla",
"version": "7.0.0",
"description": "A react multi-step, wizard component for managing data collection via forms and sub components",
"main": "./dist/main.js",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js build",
"lint": "node ./node_modules/gulp/bin/gulp.js lint",
"test": "node ./node_modules/gulp/bin/gulp.js test",
"test:watch": "node ./node_modules/gulp/bin/gulp.js test-watch",
"prepublish": "npm run build",
"example": "webpack-dev-server --open",
"start": "npm run example",
"build-example": "node ./node_modules/gulp/bin/gulp.js build-example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/newbreedofgeek/react-stepzilla.git"
},
"keywords": [
"react",
"multistep",
"react",
"wizard",
"react"
],
"author": "@newbreedofgeek",
"license": "ISC",
"bugs": {
"url": "https://github.com/newbreedofgeek/react-stepzilla/issues"
},
"homepage": "https://github.com/newbreedofgeek/react-stepzilla#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"del": "^2.2.2",
"enzyme": "^3.11.0",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.1",
"i18next": "^12.0.0",
"i18next-browser-languagedetector": "^2.2.3",
"isparta": "^4.0.0",
"joi": "^10.2.2",
"joi-validation-strategy": "^0.3.3",
"json-loader": "^0.5.7",
"promise": "^7.1.1",
"prop-types": "^15.5.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^8.1.0",
"react-redux": "^6.0.0",
"react-validation-mixin": "^5.4.0",
"redux": "^4.0.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-stream": "^5.2.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}