You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-share/frontend/package.json

32 lines
732 B
JSON

{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"watch": "TTY_SHARE_ENV=development webpack --watch",
"build": "TTY_SHARE_ENV=production webpack"
},
"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"
}
}