mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
63 lines
2 KiB
JSON
63 lines
2 KiB
JSON
{
|
|
"name": "filestash",
|
|
"version": "0.0.0",
|
|
"description": "An app to manage your files in the cloud",
|
|
"repository": "https://github.com/mickael-kerjean/filestash",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"dev": "webpack --watch",
|
|
"build": "webpack",
|
|
"test": "jest ./client/"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aes-js": "git+https://github.com/mickael-kerjean/aes-js.git",
|
|
"bcryptjs": "^2.4.3",
|
|
"react-selectable": "git+https://github.com/mickael-kerjean/react-selectable.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.13.2",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-polyfill": "^6.23.0",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"babelify": "^8.0.0",
|
|
"codemirror": "^5.26.0",
|
|
"compression-webpack-plugin": "^1.1.11",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"css-loader": "^0.28.10",
|
|
"exif-js": "^2.3.0",
|
|
"html-loader": "^0.4.5",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"node-sass": "^4.10.0",
|
|
"prop-types": "^15.5.10",
|
|
"react": "^15.6.2",
|
|
"react-addons-css-transition-group": "^15.6.2",
|
|
"react-dnd": "^2.4.0",
|
|
"react-dnd-html5-backend-filedrop": "^1.0.0",
|
|
"react-dom": "^15.6.2",
|
|
"react-draggable": "^2.2.6",
|
|
"react-infinite-scroller": "^1.1.4",
|
|
"react-router": "^4.1.1",
|
|
"react-router-dom": "^4.1.1",
|
|
"react-sticky": "^6.0.2",
|
|
"requirejs": "^2.3.5",
|
|
"rxjs": "^5.4.0",
|
|
"sass-loader": "^6.0.6",
|
|
"sass-variable-loader": "^0.1.2",
|
|
"style-loader": "^0.20.2",
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
"url-loader": "^0.6.2",
|
|
"video.js": "^5.19.2",
|
|
"videojs-contrib-hls": "^5.14.1",
|
|
"videojs-sublime-skin": "^1.0.3",
|
|
"wavesurfer.js": "^1.4.0",
|
|
"webpack": "^2.7.0",
|
|
"webpack-bundle-analyzer": "^3.3.2",
|
|
"worker-loader": "^2.0.0"
|
|
}
|
|
}
|