-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 1.94 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "jbzoo-cck",
"version": "3.0.0",
"license": "SEE LICENSE IN LICENSE file",
"description": "Awesome CCK for Joomla and Wordpress CMS",
"keywords": [
"Joomla",
"Wordpress",
"CCK",
"JBZoo"
],
"homepage": "http://jbzoo.com/",
"author": "SmetDenis <denis@jbzoo.com>",
"directories": {
"test": "sh ./scripts/test.sh"
},
"dependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"bower": "^1.7.9",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"css": "^2.2.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"flexboxgrid": "^6.3.0",
"formsy-material-ui": "^0.4.3",
"formsy-react": "^0.18.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"isomorphic-fetch": "^2.2.1",
"jasmine": "^2.4.1",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"lodash": "^4.12.0",
"main-bower-files": "^2.13.0",
"material-ui": "^0.15.0",
"mocha": "^2.4.5",
"path": "^0.12.7",
"react": "^15.0.2",
"react-dnd": "^2.1.4",
"react-dnd-card": "^0.3.7",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.2",
"react-flexbox-grid": "^0.9.6",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"require-dir": "^0.3.0",
"should": "^8.3.1",
"webpack": "^1.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/JBZoo/JBZoo"
},
"devDependencies": {
"gulp-clean-css": "^2.0.10",
"gulp-replace": "^0.5.4",
"karma-chai": "^0.1.0"
}
}