forked from RobertGary1/reactour
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
85 lines (85 loc) · 2.32 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
{
"name": "reactour-paa",
"version": "1.0.4",
"description": "Tourist Guide into your React Components. This is a fork of reactour. It includes some improvements not yet in reactour including pre/post action functions and optinal dealy to wait for components to render.",
"main": "dist/reactour.cjs.js",
"module": "dist/reactour.esm.js",
"scripts": {
"prepare": "npm run lib",
"prelib": "rimraf dist",
"lib": "rollup -c",
"build": "webpack --mode production",
"lint": "eslint --fix ./; exit 0",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mokeefe-paa/reactour-paa.git"
},
"keywords": [
"react",
"tour",
"intro",
"guide",
"introduction",
"step-by-step",
"guide",
"walkthrough",
"joyride",
"tourist-guide",
"product-intro",
"presentation"
],
"files": [
"dist",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mokeefe-paa/reactour-paa/issues"
},
"homepage": "https://github.com/mokeefe-paa/reactour-paa#readme",
"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.23.3",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/polyfill": "7.4.4",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.5",
"body-scroll-lock": "2.6.4",
"css-loader": "3.2.0",
"eslint": "6.3.0",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"html-loader": "5.0.0",
"html-webpack-plugin": "5.6.0",
"prettier": "1.18.2",
"reshake": "1.2.1",
"rimraf": "3.0.0",
"rollup": "1.20.3",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-node-resolve": "5.2.0",
"style-loader": "1.0.0",
"styled-components": "4.3.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
"react": "^16.3.0",
"react-dom": "^16.3.0",
"styled-components": "^4.0.0"
},
"dependencies": {
"@rooks/use-mutation-observer": "3.0.1",
"classnames": "2.2.6",
"focus-outline-manager": "^1.0.2",
"lodash.debounce": "4.0.8",
"prop-types": "15.7.2",
"react-focus-lock": "2.0.5",
"scroll-smooth": "1.0.1",
"scrollparent": "2.0.1"
}
}