Files
Phraseanet/package.json
2020-06-01 17:13:47 +04:00

75 lines
2.2 KiB
JSON

{
"name": "phraseanet",
"version": "4.1.1",
"devDependencies": {
"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.2.0",
"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": "^8.0.16",
"js-fixtures": "^1.5.3",
"mocha": "^4.1.0",
"path": "^0.12.7",
"qunit": "^1.0.0",
"qunitjs": "^1.11.0",
"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 -v && ./node_modules/.bin/gulp install;",
"phraseanet-production-client": "yarn remove phraseanet-production-client && yarn add phraseanet-production-client && ./node_modules/.bin/gulp build-phraseanet-production-client"
},
"dependencies": {
"JSON2": "^0.1.0",
"backbone": "^1.3.3",
"blueimp-file-upload": "^8.3.0",
"blueimp-load-image": "^2.17.1",
"bootstrap-multiselect": "^0.9.13-1",
"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": "^8.4.3",
"jquery": "~1.11.3",
"jquery-lazyload": "^1.9.7",
"jquery-simplecolorpicker": "^0.3.1",
"jquery-treeview": "git+https://github.com/alchemy-fr/jquery-treeview.git#1e9e5a49d2875b878801e904cd08c2d25e85af1e",
"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",
"normalize-css": "^2.1.0",
"npm": "^6.0.0",
"npm-modernizr": "^2.8.3",
"phraseanet-production-client": "0.34.214-d",
"requirejs": "^2.3.5",
"tinymce": "^4.0.28",
"underscore": "^1.8.3",
"zxcvbn": "^4.4.2"
}
}