Phyks (Lucas Verney)
157382c3b8
When not setting an endpoint protocol scheme at login, "http" was assumed. Changing this to the same protocol as current one, to avoid mixed blocked content. Also prevent multiple submissions of LoginForm.
76 lines
2.3 KiB
JSON
76 lines
2.3 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 app/dist"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.9.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"bootstrap": "^3.3.6",
|
|
"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-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-plugin-transform-runtime": "^6.12.0",
|
|
"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",
|
|
"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",
|
|
"rimraf": "^2.5.4",
|
|
"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"
|
|
}
|
|
}
|