-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
{
"name": "react-feedback-widget",
"version": "4.0.0",
"description": "Collect feedback in your app with the SerVoice react feedback widget",
"homepage": "https://servoice.io",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "webpack --config webpack-config/webpack.config.js --env env=prod"
},
"repository": {
"type": "git",
"url": "https://github.com/servoice/react-feedback-widget"
},
"keywords": [
"react feedback widget",
"react widget"
],
"author": "SerVoice Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/servoice/react-feedback-widget/issues"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.15.3",
"@jest/globals": "^27.1.0",
"@testing-library/jest-dom": "^5.14.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.1.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@testing-library/react": "^13.3.0"
}
}