mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "phraseanet",
|
|
"version": "4.0.0",
|
|
"devDependencies": {
|
|
"bower": "^1.6.5",
|
|
"bower-files": "^3.11.3",
|
|
"browser-sync": "^2.10.0",
|
|
"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",
|
|
"path": "^0.12.7",
|
|
"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": {
|
|
"alchemy-embed-medias": "^0.4.4",
|
|
"phraseanet-production-client": "^0.32.3"
|
|
}
|
|
}
|