-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 659 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 659 Bytes
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
{
"name": "react-use-hotjar-example",
"homepage": "https://olavoparno.github.io/react-use-hotjar",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.4",
"react": "file:../node_modules/react",
"react-dom": "^17.0.2",
"react-scripts": "file:../node_modules/react-scripts",
"react-use-hotjar": "file:.."
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}