50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "torrent-project",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "babel src -d lib"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.0.0"
|
|
},
|
|
"main": "webpack.config.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"attr-accept": "^1.1.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"css-loader": "^0.28.7",
|
|
"file-loader": "^1.1.5",
|
|
"material-ui": "^1.0.0-beta.35",
|
|
"material-colors": "^1.2.5",
|
|
"material-ui-icons": "^1.0.0-beta.35",
|
|
"react": "^16.2.0",
|
|
"react-bootstrap-table": "^4.1.2",
|
|
"react-resizable": "^1.7.5",
|
|
"react-dom": "^16.2.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-scripts": "^1.0.17",
|
|
"react-tooltip": "^3.4.0",
|
|
"react-grid-layout": "^0.16.0",
|
|
"react-websocket": "^1.2.0",
|
|
"redux": "^3.7.2",
|
|
"redis": "^2.8.0",
|
|
"superagent": "^3.8.1",
|
|
"style-loader": "^0.19.0",
|
|
"typeface-roboto": "^0.0.43",
|
|
"webpack": "^3.8.1"
|
|
},
|
|
"keywords": [
|
|
"torrent"
|
|
],
|
|
"author": "deranjer",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|