-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "react-mower",
"version": "1.3.23",
"description": "Protect your React application from DevTools and unwanted cursor actions",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"keywords": [
"react",
"protection",
"security",
"devtools",
"cursor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jasurhaydarovcode/react-mower.git"
},
"author": "Jasur Haydarov",
"license": "MIT",
"dependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-toastify": "^9.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.0.0",
"prop-types": "^15.8.1",
"rollup": "^2.75.6",
"rollup-plugin-dts": "^4.2.3",
"tslib": "^2.8.0",
"typescript": "^4.7.3"
}
}