-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
80 lines (80 loc) · 2.51 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
76
77
78
79
80
{
"name": "center-ui",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/ozone-development/center-ui.git"
},
"homepage": "https://github.com/ozone-development/center-ui/blob/master/README.md",
"bugs": "https://www.owfgoss.org/jira/browse/OZF",
"author": "",
"description": "",
"scripts": {
"install": "bower install --allow-root",
"start": "gulp dev",
"test": "./node_modules/karma/bin/karma start",
"build": "NODE_ENV=\"production\" gulp build",
"buildGhPages": "API_URL=\"https://www.owfgoss.org/ng/dev/mp\" LOGOUT_URL=\"../hud-ui/logout.html\" gulp build",
"deployGhPages": "npm run buildGhPages && gulp deploy",
"changelog": "gulp changelog"
},
"devDependencies": {
"bower": "^1.3.8",
"chai": "^1.10.0",
"coffee-script": "^1.8.0",
"conventional-changelog": "0.0.11",
"css-loader": "^0.9.1",
"file-loader": "^0.5.1",
"fs": "0.0.2",
"gulp": "^3.7.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.2.0",
"gulp-cssimport": "^1.2.3",
"gulp-filter": "^1.0.0",
"gulp-flatten": "0.0.2",
"gulp-gh-pages": "^0.3.4",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.6",
"gulp-replace": "^0.4.0",
"gulp-sass": "^0.7.2",
"gulp-sourcemaps": "^1.0.0",
"gulp-util": "^2.2.20",
"gulp-watch": "^0.6.8",
"inject-loader": "^1.0.0",
"jshint": "^2.5.3",
"jshint-loader": "^0.8.0",
"jsx-loader": "^0.12.2",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "1.3.1",
"mocha": "^2.0.1",
"raw-loader": "^0.5.1",
"react-hot-loader": "^0.5.0",
"react-proxy-loader": "^0.3.2",
"script-loader": "^0.6.0",
"sinon": "1.7.0",
"style-loader": "^0.8.2",
"url-loader": "^0.5.5",
"webpack": "1.4.15",
"webpack-dev-server": "1.7.0"
},
"dependencies": {
"bootstrap-sass": "git://github.com/ozone-development/bootstrap-sass#beb870458db66e1e549bda9c61d39d6ba4b35d4f",
"exports-loader": "^0.6.2",
"lodash-amd": "^2.4.1",
"moment": "^2.8.3",
"object-assign": "^1.0.0",
"react": "^0.12.1",
"react-icon-rating": "^0.2.0",
"react-radio-group": "^1.0.0",
"react-router": "^0.11.4",
"reflux": "^0.1.15",
"select2": "^3.5.1-browserify-fix",
"tcomb-form": "0.2.1",
"w2ui": "git://github.com/vitmalina/w2ui#aa364dd39b4425265f40e92650fd669ddc3803fc"
}
}