57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"name": "webssh",
|
|
"version": "0.0.0",
|
|
"description": "Web SSH Front End Project",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-transform-runtime": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/register": "^7.5.5",
|
|
"@babel/runtime": "^7.5.5",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^8.0.6",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.0.4",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-loader": "^2.2.1",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"favicons-webpack-plugin": "0.0.9",
|
|
"file-loader": "^4.1.0",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"html-webpack-template": "^6.2.0",
|
|
"image-webpack-loader": "^5.0.0",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"mocha": "^6.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"prettier": "^1.18.2",
|
|
"roboto-fontface": "^0.10.0",
|
|
"style-loader": "^0.23.1",
|
|
"terser-webpack-plugin": "^1.4.1",
|
|
"vue": "^2.6.10",
|
|
"vue-loader": "^15.7.1",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.36.1",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-dev-server": "^3.7.2",
|
|
"webpack-manifest-plugin": "^2.0.4",
|
|
"xterm": "^3.15.0-beta84",
|
|
"xterm-addon-fit": "^0.1.0",
|
|
"xterm-addon-web-links": "^0.1.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development webpack --mode=development --config=webpack.config.js --watch",
|
|
"build": "NODE_ENV=production webpack --mode=production --config=webpack.config.js && CGO_ENABLED=0 go build -ldflags \"-s -w -X github.com/niruix/sshwifty/application.version=$(git describe --always --abbrev=8 --dirty='*' --tag)\"",
|
|
"lint": "eslint --ext .js,.vue ui",
|
|
"test": "mocha --require @babel/register --recursive --timeout 3s ./ui/**/*_test.js && go test ./..."
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|