2
0
mirror of https://github.com/elisescu/tty-share synced 2024-11-03 23:15:42 +00:00
tty-share/frontend/package.json

32 lines
732 B
JSON
Raw Normal View History

2017-10-14 11:13:47 +00:00
{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"watch": "TTY_SHARE_ENV=development webpack --watch",
"build": "TTY_SHARE_ENV=production webpack"
2017-10-14 11:13:47 +00:00
},
"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",
"xterm": "2.9.2"
},
"devDependencies": {
"copy-webpack-plugin": "4.5.1"
2017-10-14 11:13:47 +00:00
}
}