41 lines
1.1 KiB
JSON
41 lines
1.1 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",
|
||
|
"dependencies": {
|
||
|
"babel-polyfill": "^6.9.1",
|
||
|
"babel-preset-es2015": "^6.9.0",
|
||
|
"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": {
|
||
|
"babel-core": "^6.10.4",
|
||
|
"babel-loader": "^6.2.4",
|
||
|
"babel-preset-react": "^6.11.1",
|
||
|
"eslint": "^3.1.1",
|
||
|
"eslint-plugin-react": "^5.2.2",
|
||
|
"redux-logger": "^2.6.1",
|
||
|
"webpack": "^1.13.1"
|
||
|
}
|
||
|
}
|