-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.54 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
{
"name": "@closeio/smart-tooltip-delay",
"version": "1.0.0",
"description": "Smart tooltip delay experience in a breeze",
"author": "Lukáš Mladý <[email protected]>",
"license": "MIT",
"repository": "closeio/smart-tooltip-delay",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "yarn build",
"deploy": "cd example && yarn && gh-pages -d build -u \"github-actions-bot <[email protected]>\""
},
"peerDependencies": {},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@svgr/rollup": "^5.4.0",
"@testing-library/react-hooks": "^3.4.1",
"cross-env": "^7.0.2",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.21.1",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.3",
"react-test-renderer": "^16.13.1",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-url": "^3.0.0"
},
"files": [
"dist"
]
}