Phyks (Lucas Verney)
2d9747482b
Also includes misc fixes * Use CSS modules for all the CSS. * Fix a bug in the filterbar which was not filtering anything. * Fix a l10n issue in songs view. * Update hook to clean build repo before running, preventing to push dev built code. * Update webpack build code.
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "ampache",
|
|
"version": "1.0.0",
|
|
"description": "A web client for Ampache, relying on Ampache API.",
|
|
"author": "Phyks (Lucas Verney)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Phyks/ampache_react",
|
|
"repository": "git+https://github.com/Phyks/ampache_react.git",
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack --progress",
|
|
"watch": "./node_modules/.bin/webpack --progress --watch",
|
|
"prod": "NODE_ENV=production ./node_modules/.bin/webpack --progress",
|
|
"extractTranslations": "./node_modules/.bin/babel-node scripts/extractTranslations.js",
|
|
"clean": "./node_modules/.bin/rimraf .cache && ./node_modules/.bin/rimraf app/dist"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.9.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"bootstrap-loader": "^1.0.10",
|
|
"bootstrap-sass": "^3.3.7",
|
|
"fuse.js": "^2.3.0",
|
|
"html5shiv": "^3.7.3",
|
|
"humps": "^1.1.0",
|
|
"imagesloaded": "^4.1.0",
|
|
"intl": "^1.2.4",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"isotope-layout": "^3.0.1",
|
|
"jquery": "^3.1.0",
|
|
"js-cookie": "^2.1.2",
|
|
"jssha": "^2.1.0",
|
|
"lodash": "^4.13.1",
|
|
"react": "^15.2.0",
|
|
"react-css-modules": "^3.7.9",
|
|
"react-dom": "^15.2.0",
|
|
"react-intl": "^2.1.3",
|
|
"react-redux": "^4.4.5",
|
|
"react-router": "^2.5.2",
|
|
"react-router-redux": "^4.0.5",
|
|
"redux": "^3.5.2",
|
|
"redux-thunk": "^2.1.0",
|
|
"x2js": "git+https://github.com/abdmob/x2js.git"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.7",
|
|
"babel-cli": "^6.11.4",
|
|
"babel-core": "^6.10.4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-react-intl": "^2.1.3",
|
|
"babel-preset-react": "^6.11.1",
|
|
"css-loader": "^0.23.1",
|
|
"doiuse": "^2.4.1",
|
|
"eslint": "^3.1.1",
|
|
"eslint-loader": "^1.4.1",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"eventsource-polyfill": "^0.9.6",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.9.0",
|
|
"glob": "^7.0.5",
|
|
"node-sass": "^3.8.0",
|
|
"postcss": "^5.1.0",
|
|
"postcss-loader": "^0.9.1",
|
|
"postcss-reporter": "^1.4.1",
|
|
"precss": "^1.4.0",
|
|
"react-a11y": "^0.3.3",
|
|
"react-intl-webpack-plugin": "0.0.3",
|
|
"redbox-react": "^1.2.10",
|
|
"redux-logger": "^2.6.1",
|
|
"resolve-url-loader": "^1.6.0",
|
|
"rimraf": "^2.5.4",
|
|
"sass-loader": "^4.0.0",
|
|
"style-loader": "^0.13.1",
|
|
"stylelint": "^7.0.3",
|
|
"stylelint-config-standard": "^11.0.0",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1",
|
|
"webpack-hot-middleware": "^2.12.1"
|
|
}
|
|
}
|