-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.57 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
90
91
92
93
94
95
{
"name": "@insomnia-dev/reactour-emotion",
"version": "1.18.7",
"description": "Tourist Guide into your React Components",
"main": "dist/reactour.cjs.js",
"module": "dist/reactour.esm.js",
"scripts": {
"prepare": "npm run lib",
"start": "webpack serve --mode development --open",
"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/insomnia-dev/reactour-emotion.git"
},
"keywords": [
"react",
"tour",
"intro",
"guide",
"introduction",
"step-by-step",
"guide",
"walkthrough",
"joyride",
"tourist-guide",
"product-intro",
"presentation"
],
"files": [
"dist",
"README.md"
],
"author": "Chris Sandvik <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/insomnia-dev/reactour-emotion/issues"
},
"homepage": "https://github.com/insomnia-dev/reactour-emotion#readme",
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"body-scroll-lock": "4.0.0-beta.0",
"css-loader": "6.2.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"html-loader": "2.1.2",
"html-webpack-plugin": "5.3.2",
"prettier": "2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"reshake": "1.2.3",
"rimraf": "3.0.2",
"rollup": "2.56.2",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-node-resolve": "5.2.0",
"style-loader": "3.2.1",
"webpack": "5.50.0",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": "^16.3.0 || ^17.0.0",
"react-dom": "^16.3.0 || ^17.0.0"
},
"dependencies": {
"@rooks/use-mutation-observer": "4.11.2",
"classnames": "2.3.1",
"focus-outline-manager": "^1.0.2",
"lodash.debounce": "4.0.8",
"lodash.pick": "4.4.0",
"prop-types": "15.7.2",
"react-focus-lock": "2.5.2",
"scroll-smooth": "1.1.0",
"scrollparent": "2.0.1"
}
}