forked from djorg83/react-bootstrap-sweetalert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "react-bootstrap-sweetalert",
"version": "4.1.0",
"description": "A variant of sweetalert for use with React and Bootstrap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"dev": "webpack --watch | nodemon ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://djorg83@github.com/djorg83/react-bootstrap-sweetalert.git"
},
"keywords": [
"react",
"bootstrap",
"alert",
"sweetalert",
"confirm",
"modal"
],
"author": "Daniel Jorgensen",
"license": "MIT",
"bugs": {
"url": "https://github.com/djorg83/react-bootstrap-sweetalert/issues"
},
"homepage": "https://github.com/djorg83/react-bootstrap-sweetalert#readme",
"peerDependencies": {
"react": ">=0.14.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-inject-file": "^0.0.18",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-dom": "^15.3.2",
"react-tools": "^0.13.3",
"webpack": "^1.13.3"
},
"dependencies": {
"object-assign": "^4.1.0"
}
}