forked from gilbarbara/react-joyride
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.39 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
87
88
89
{
"name": "react-joyride",
"version": "1.5.1",
"description": "Create walkthroughs and guided tours for your apps",
"author": "Gil Barbara <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/gilbarbara/react-joyride.git"
},
"bugs": {
"url": "https://github.com/gilbarbara/react-joyride/issues"
},
"homepage": "https://gilbarbara.github.com/react-joyride/",
"main": "index.js",
"keywords": [
"react",
"react-component",
"tooltips",
"joyride",
"walkthroughs",
"tour"
],
"license": "MIT",
"dependencies": {
"nested-property": "^0.0.7",
"react-autobind": "^1.0",
"scroll": "^2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"babel-core": "^6.18",
"babel-eslint": "^7.0",
"babel-plugin-add-module-exports": "^0.2",
"babel-plugin-transform-decorators-legacy": "^1.3",
"babel-plugin-transform-inline-environment-variables": "^6.8",
"babel-plugin-transform-object-assign": "^6.8",
"babel-preset-es2015": "^6.18",
"babel-preset-react": "^6.16",
"babel-preset-stage-1": "^6.16",
"babel-register": "^6.18",
"babelify": "^7.3",
"bootstrap": "^4.0.0-alpha",
"browserify": "^13.1",
"chromedriver": "^2.24",
"del": "^2.2",
"enzyme": "^2.5",
"eslint": "^3.8",
"eslint-config-airbnb": "^12.0",
"eslint-plugin-import": "^2.0",
"eslint-plugin-jsx-a11y": "^2.2",
"eslint-plugin-react": "^6.4",
"expect": "^1.20",
"gulp": "^3.9",
"gulp-autoprefixer": "^3.1",
"gulp-babel": "^6.1",
"gulp-connect": "^5.0",
"gulp-eslint": "^3.0",
"gulp-load-plugins": "^1.3",
"gulp-plumber": "^1.1",
"gulp-rename": "^1.2",
"gulp-sass": "^2.3",
"gulp-tap": "^0.1",
"jsdom": "^9.8",
"mocha": "^3.1",
"nightwatch": "^0.9",
"react": "^15.3",
"react-addons-test-utils": "^15.3",
"react-dom": "^15.3",
"run-sequence": "^1.2",
"selenium-server-standalone-jar": "^3.0",
"vinyl-buffer": "^1.0",
"vinyl-source-stream": "^1.1",
"watchify": "^3.7"
},
"scripts": {
"lint": "eslint --ext .jx --ext .jsx src test",
"build": "gulp build",
"prepublish": "npm run build",
"test": "nightwatch -c test/nightwatch.conf.js",
"test:ui": "gulp test:ui"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
}
}