mirror of
https://github.com/elisescu/tty-share
synced 2024-11-03 23:15:42 +00:00
31 lines
719 B
JSON
31 lines
719 B
JSON
{
|
|
"name": "static",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack",
|
|
"watch": "webpack --watch --hot"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {
|
|
"babel-core": "6.26.0",
|
|
"babel-loader": "7.1.2",
|
|
"babel-preset-env": "1.6.0",
|
|
"babel-preset-react": "6.24.1",
|
|
"css-loader": "0.28.7",
|
|
"ignore-loader": "0.1.2",
|
|
"material-ui": "0.19.4",
|
|
"react": "16.2.0",
|
|
"react-bootstrap": "0.31.3",
|
|
"react-dom": "16.2.0",
|
|
"source-map-loader": "0.2.2",
|
|
"style-loader": "0.19.0",
|
|
"webpack": "3.7.1",
|
|
"webpack-dev-server": "2.9.1",
|
|
"xterm": "2.9.2"
|
|
}
|
|
}
|