forked from DimitryDushkin/sliding-pane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
62
{
"name": "react-sliding-pane",
"version": "3.1.0",
"description": "Full height sliding pane",
"main": "dist/react-sliding-pane.js",
"scripts": {
"build": "webpack",
"docs": "webpack --config webpack.docs.config.js --mode=development",
"dist": "webpack --mode=production",
"lint": "eslint ./src"
},
"registry": "https://registry.npmjs.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/DimitryDushkin/sliding-pane.git"
},
"keywords": [
"react",
"sliding",
"pane",
"pane",
"modal",
"popup"
],
"tags": [
"react",
"sliding pane",
"dialog",
"popup"
],
"author": "Dimitry Dushkin ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/DimitryDushkin/sliding-pane/issues"
},
"homepage": "https://github.com/DimitryDushkin/sliding-pane",
"dependencies": {
"prop-types": "^15.6.2",
"react-modal": "^3.1.10"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"style-loader": "^0.23.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}