-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathpackage.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "react-modal-dialog",
"version": "4.0.6",
"description": "A simple, idiomatic, and declarative way to launch modal dialogs in ReactJS",
"repository": {
"type": "git",
"url": "https://github.com/qimingweng/react-modal-dialog"
},
"main": "lib/index.js",
"edusightMain": "src/index.js",
"scripts": {
"prepublish": "npm run build",
"start": "npm run build",
"github": "./scripts/publishStaticSite.sh",
"build": "babel src --out-dir lib --stage 0"
},
"author": "Qiming Weng",
"license": "MIT",
"dependencies": {
"active-event-stack": "^1.0.0",
"classnames": "^2.1.2",
"dynamics.js": "^1.1.0",
"immutable": "^3.7.4",
"keycode": "^2.1.0",
"lodash": "^3.9.3",
"narcissus": "^1.0.0",
"react-center-component": "^3.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel": "^5.8.34"
}
}