2016-07-07 23:23:18 +02:00
|
|
|
{
|
|
|
|
"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",
|
2016-07-26 15:59:18 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "./node_modules/webpack/bin/webpack.js --progress",
|
|
|
|
"serve": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --hot"
|
|
|
|
},
|
2016-07-07 23:23:18 +02:00
|
|
|
"dependencies": {
|
|
|
|
"babel-polyfill": "^6.9.1",
|
|
|
|
"babel-preset-es2015": "^6.9.0",
|
2016-07-25 01:04:09 +02:00
|
|
|
"bootstrap": "^3.3.6",
|
2016-07-07 23:23:18 +02:00
|
|
|
"fuse.js": "^2.3.0",
|
|
|
|
"html5shiv": "^3.7.3",
|
|
|
|
"humps": "^1.1.0",
|
|
|
|
"imagesloaded": "^4.1.0",
|
|
|
|
"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-dom": "^15.2.0",
|
|
|
|
"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": {
|
2016-07-25 01:04:09 +02:00
|
|
|
"autoprefixer": "^6.3.7",
|
2016-07-07 23:23:18 +02:00
|
|
|
"babel-core": "^6.10.4",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-preset-react": "^6.11.1",
|
2016-07-25 01:04:09 +02:00
|
|
|
"css-loader": "^0.23.1",
|
2016-07-25 23:22:44 +02:00
|
|
|
"doiuse": "^2.4.1",
|
2016-07-07 23:23:18 +02:00
|
|
|
"eslint": "^3.1.1",
|
2016-07-25 23:22:44 +02:00
|
|
|
"eslint-loader": "^1.4.1",
|
2016-07-07 23:23:18 +02:00
|
|
|
"eslint-plugin-react": "^5.2.2",
|
2016-07-26 15:59:18 +02:00
|
|
|
"eventsource-polyfill": "^0.9.6",
|
2016-07-25 01:04:09 +02:00
|
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
|
|
"file-loader": "^0.9.0",
|
|
|
|
"postcss": "^5.1.0",
|
|
|
|
"postcss-loader": "^0.9.1",
|
2016-07-25 23:22:44 +02:00
|
|
|
"postcss-reporter": "^1.4.1",
|
2016-07-25 01:04:09 +02:00
|
|
|
"precss": "^1.4.0",
|
2016-07-26 13:21:37 +02:00
|
|
|
"react-a11y": "^0.3.3",
|
2016-07-26 15:59:18 +02:00
|
|
|
"redbox-react": "^1.2.10",
|
2016-07-07 23:23:18 +02:00
|
|
|
"redux-logger": "^2.6.1",
|
2016-07-25 01:04:09 +02:00
|
|
|
"style-loader": "^0.13.1",
|
2016-07-25 23:22:44 +02:00
|
|
|
"stylelint": "^7.0.3",
|
|
|
|
"stylelint-config-standard": "^11.0.0",
|
2016-07-25 01:04:09 +02:00
|
|
|
"url-loader": "^0.5.7",
|
2016-07-26 15:59:18 +02:00
|
|
|
"webpack": "^1.13.1",
|
|
|
|
"webpack-dev-server": "^1.14.1",
|
|
|
|
"webpack-hot-middleware": "^2.12.1"
|
2016-07-07 23:23:18 +02:00
|
|
|
}
|
|
|
|
}
|