-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "CakeReact",
"version": "1.0.0",
"description": "CakeReact Plugin connects CakePHP 2.X with ReactJS",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jamiebclark/CakeReact.git"
},
"author": "Jamie Clark",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamiebclark/CakeReact/issues"
},
"homepage": "https://github.com/jamiebclark/CakeReact",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.6",
"browserify": "^13.0.1",
"browserify-css": "^0.9.1",
"classnames": "^2.2.5",
"envify": "^3.4.1",
"es6-promise": "^3.2.1",
"events": "^1.1.0",
"flux": "^2.1.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-envify": "0.0.3",
"grunt-sass": "^1.2.0",
"jquery": "^2.2.4",
"jquery-ui": "^1.10.5",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"object-assign": "^4.1.0",
"react": "^15.3.0",
"react-addons-perf": "^15.3.0",
"react-bootstrap": "^0.30.2",
"react-bootstrap-datetimepicker": "0.0.22",
"react-datepicker": "^0.28.2",
"react-dom": "^15.0.2",
"react-keydown": "^1.6.2",
"react-timezone": "0.0.3",
"sassify": "^1.0.0"
}
}