7a8ceba64e
Also removes binding public and floating network as floating network is not presented in API anymore. Change-Id: I1f9088434a3347ae35bd8ec6ad6e002dec17aff5
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"name": "fuel-web",
|
|
"dependencies": {
|
|
"jquery": "1.11.3",
|
|
"js-cookie": "1.5.1",
|
|
"classnames": "1.1.4",
|
|
"react": "0.13.1",
|
|
"requirejs": "2.1.16",
|
|
"requirejs-plugins": "1.0.3",
|
|
"requirejs-text": "2.0.12",
|
|
"require-css": "0.1.0",
|
|
"jsx-requirejs-plugin": "0.5.1",
|
|
"routefilter": "0.2.1",
|
|
"lodash": "3.9.3",
|
|
"autoNumeric": "1.9.12",
|
|
"backbone": "1.2.1",
|
|
"backbone.stickit": "0.9.2",
|
|
"i18next": "1.7.1",
|
|
"less": "2.4.0",
|
|
"bootstrap": "3.3.4",
|
|
"open-sans-fontface": "1.4.0",
|
|
"react-dnd": "1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"es5-shim": "4.1.0",
|
|
"sinon": "1.15.3"
|
|
},
|
|
"overrides": {
|
|
"react": {
|
|
"main": [
|
|
"JSXTransformer.js",
|
|
"react-with-addons.js",
|
|
"react-with-addons.min.js"
|
|
]
|
|
},
|
|
"requirejs-plugins": {
|
|
"main": "src/json.js"
|
|
},
|
|
"autoNumeric": {
|
|
"main": "autoNumeric.js"
|
|
},
|
|
"i18next": {
|
|
"main": "release/i18next-1.7.1.js"
|
|
},
|
|
"bootstrap": {
|
|
"main": [
|
|
"dist/js/bootstrap.js",
|
|
"dist/css/bootstrap.css",
|
|
"dist/css/bootstrap.css.map",
|
|
"dist/fonts/*"
|
|
]
|
|
},
|
|
"sinon": {
|
|
"main": [
|
|
"lib/sinon.js",
|
|
"lib/sinon/*",
|
|
"lib/sinon/util/*"
|
|
]
|
|
}
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"private": true
|
|
}
|