forked from ntabernero/center-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 4.09 KB
/
Copy pathpackage.json
File metadata and controls
117 lines (117 loc) · 4.09 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "center-ui",
"version": "1.1.114",
"repository": {
"type": "git",
"url": "https://github.com/ozoneplatform/ozp-center.git"
},
"homepage": "https://github.com/ozoneplatform/ozp-center/blob/master/README.md",
"license": {
"type": "Apache-2.0",
"url": "https://spdx.org/licenses/Apache-2.0"
},
"bugs": "https://www.owfgoss.org/jira/browse/OZF",
"author": "",
"description": "",
"scripts": {
"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\" HUD_URL=\"http://ozoneplatform.github.io/ozp-hud/\" WEBTOP_URL=\"http://ozoneplatform.github.io/ozp-webtop/\" HELP_URL=\"http://ozoneplatform.github.io/ozp-hud/assets/PlaceholderUserGuide.pdf\" gulp build",
"deployGhPages": "npm run buildGhPages && gulp deploy",
"changelog": "gulp changelog",
"tarDistDate": "gulp tarDistDate",
"tarDistVersion": "gulp tarDistVersion"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-runtime": "^6.6.1",
"chai": "1.10.0",
"coffee-script": "1.8.0",
"conventional-changelog": "0.0.11",
"css-loader": "0.9.1",
"eslint-plugin-react": "^3.15.0",
"file-loader": "0.5.1",
"fs": "0.0.2",
"gulp": "3.9.0",
"gulp-bless": "~3.0.1",
"gulp-clean": "0.3.1",
"gulp-concat": "2.4.3",
"gulp-cssimport": "1.3.1",
"gulp-filter": "1.0.2",
"gulp-flatten": "0.0.2",
"gulp-gh-pages": "0.3.4",
"gulp-minify-css": "0.3.12",
"gulp-preprocess": "1.2.0",
"gulp-replace": "0.5.1",
"gulp-sass": "2.1.1",
"gulp-shell": "0.4.0",
"gulp-sourcemaps": "1.0.0",
"gulp-util": "2.2.20",
"inject-loader": "1.0.0",
"jasmine-core": "^2.3.4",
"jsx-loader": "0.12.2",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-firefox-launcher": "0.1.4",
"karma-jasmine": "^0.3.6",
"karma-mocha": "0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "0.1.4",
"karma-sourcemap-loader": "0.3.3",
"karma-webpack": "1.5.0",
"mocha": "2.1.0",
"node-sass": "3.4.2",
"ozp-classification": "git://github.com/ozoneplatform/ozp-classification",
"raw-loader": "0.5.1",
"react-hot-loader": "0.5.0",
"react-proxy-loader": "0.3.2",
"script-loader": "0.6.1",
"sinon": "1.7.0",
"style-loader": "0.8.2",
"sweetalert": "git://github.com/ozone-utils/sweetalert",
"ubuntu-fontface": "git://github.com/ozone-utils/ubuntu-fontface",
"url-loader": "0.5.5",
"webpack": "1.12.11",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-plugin-transform-es2015-classes":"^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"bootstrap-classify": "git://github.com/aml-development/bootstrap-classify#ozp-integ",
"bootstrap-sass": "git://github.com/ozoneplatform/ozp-bootstrap-sass",
"bootstrap-tour": "git://github.com/ozone-utils/bootstrap-tour",
"browser-pubsub": "^1.2.1",
"console-polyfill": "^0.2.2",
"es5-shim": "^4.0.5",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"exports-loader": "0.6.2",
"humps": "git://github.com/domchristie/humps.git",
"icons": "git://github.com/ozoneplatform/ozp-icons",
"jquery": "~3.2.0",
"lodash-amd": "2.4.1",
"magnific-popup": "^0.9.9",
"marked": "^0.3.5",
"moment": "2.11.2",
"object-assign": "1.0.0",
"object-db": "^1.2.4",
"ozp-react-commons": "git://github.com/ozoneplatform/ozp-react-commons#master",
"react": "0.12.2",
"react-datepicker": "0.5.1",
"react-icon-rating": "0.2.0",
"react-input-placeholder": "1.0.0",
"react-radio-group": "1.0.0",
"react-router": "0.12.4",
"react-select-box": "git://github.com/aml-development/react-select-box#master",
"reflux": "0.1.15",
"select2": "^3.5.1",
"spin.js": "2.0.2",
"tcomb-form": "0.2.1",
"tether": "0.6.5",
"w2ui": "git://github.com/vitmalina/w2ui#aa364dd39b4425265f40e92650fd669ddc3803fc"
}
}