Files
Phraseanet/package.json
2018-01-19 17:00:51 +04:00

78 lines
2.4 KiB
JSON

{
"name": "phraseanet",
"version": "4.0.0",
"devDependencies": {
"bower": "^1.6.5",
"bower-files": "^3.11.3",
"browser-sync": "^2.10.0",
"chai": "^1.6.1",
"del": "^2.1.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.4",
"gulp-cssmin": "^0.1.7",
"gulp-debug": "^2.1.2",
"gulp-install": "^0.6.0",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jake": "latest",
"js-fixtures": "^1.5.3",
"mocha": "^4.1.0",
"path": "^0.12.7",
"qunit": "^1.0.0",
"qunitjs": "https://github.com/qunitjs/qunit/archive/v1.11.0.tar.gz",
"sinon": "^1.17.7",
"sinon-chai": "^2.5.0",
"squirejs": "^0.2.1",
"tmp": "0.0.23",
"wrench": "^1.5.8"
},
"engines": {
"node": ">=5.8"
},
"scripts": {
"dev": "./node_modules/.bin/gulp sync;",
"build": "./node_modules/.bin/gulp build;",
"postinstall": "./node_modules/.bin/gulp install;",
"phraseanet-production-client": "npm uninstall phraseanet-production-client && npm install phraseanet-production-client && ./node_modules/.bin/gulp build-phraseanet-production-client"
},
"dependencies": {
"JSON2": "^0.1.0",
"alchemy-embed-medias": "^0.4.4",
"backbone": "^1.3.3",
"blueimp-file-upload": "^8.3.0",
"blueimp-load-image": "^2.17.1",
"bootstrap-multiselect": "^0.9.13",
"bootstrap-sass": "^2.3.2",
"font-awesome": "^4.7.0",
"galleria": "^1.5.7",
"geonames-server-jquery-plugin": "^0.2.2",
"html5shiv": "^3.7.3",
"humane-js": "^3.0.6",
"i18next-clientscript": "https://github.com/i18next/i18next/archive/1.6.3.tar.gz",
"jquery": "^3.2.1",
"jquery-lazyload": "^1.9.7",
"jquery-mobile": "^1.5.0-alpha.1",
"jquery-simplecolorpicker": "^0.3.1",
"jquery-ui": "^1.12.1",
"jquery-ui-datepicker-with-i18n": "^1.10.4",
"jquery-ui-dist": "^1.12.1",
"jquery.cookie": "^1.4.1",
"jquery.fancytree": "^2.27.0",
"modernizr": "^3.0.0",
"normalize-css": "^2.1.0",
"npm": "^5.6.0",
"phraseanet-production-client": "../Phraseanet-production-client",
"requirejs": "^2.1.22",
"tinymce": "^4.0.28",
"underscore": "^1.8.3",
"zxcvbn": "git+https://github.com/lowe/zxcvbn.git"
}
}