forked from wwan5803/react-modal-resizable-draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "demisto-react-modal-resizable-draggable",
"version": "0.1.6",
"description": "This is a modal that support resizable and draggable function",
"repository": {
"type": "git",
"url": "https://github.com/demisto/react-modal-resizable-draggable.git"
},
"license": "MIT",
"main": "build/main.js",
"typings": "lib/index.d.ts",
"peerDependencies": {
"react": "^17.0.1"
},
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-motion": "^0.5.2",
"react-transition-group": "^4.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --env=dev --watch",
"build": "webpack --env=production"
},
"author": {
"name": "Demisto"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-destructuring": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.2",
"style-loader": "^2.0.0",
"ts-loader": "^8.2.0",
"typescript": "^4.3.5",
"webpack": "4.44.1",
"webpack-cli": "^3.3.12"
}
}