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.
87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"name": "cvm",
|
|
"version": "1.0.0",
|
|
"description": "A VPS management panel",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development nodemon --ext js,pug --ignore node_modules --ignore src/client bin/server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.cryto.net:cvm"
|
|
},
|
|
"author": "Sven Slootweg",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"@joepie91/gulp-partial-patch-livereload-logger": "^1.0.1",
|
|
"JSONStream": "^1.1.4",
|
|
"array.prototype.flat": "^1.2.1",
|
|
"assure-array": "^1.0.0",
|
|
"bhttp": "^1.2.4",
|
|
"bignumber.js": "^8.1.1",
|
|
"bluebird": "^3.4.6",
|
|
"body-parser": "^1.15.2",
|
|
"capitalize": "^2.0.0",
|
|
"checkit": "^0.7.0",
|
|
"create-error": "^0.3.1",
|
|
"create-event-emitter": "^1.0.0",
|
|
"dataloader": "^1.4.0",
|
|
"debounce": "^1.0.0",
|
|
"debug": "^4.1.1",
|
|
"default-value": "^1.0.0",
|
|
"end-of-stream": "^1.1.0",
|
|
"execall": "^1.0.0",
|
|
"express": "^4.14.0",
|
|
"express-promise-router": "^1.1.0",
|
|
"express-ws": "^3.0.0",
|
|
"fs-extra": "^3.0.1",
|
|
"function-rate-limit": "^1.1.0",
|
|
"graphql": "^14.2.1",
|
|
"joi": "^14.3.0",
|
|
"knex": "^0.13.0",
|
|
"map-obj": "^3.0.0",
|
|
"pg": "^6.1.0",
|
|
"pug": "^2.0.0-beta6",
|
|
"rfr": "^1.2.3",
|
|
"scrypt-for-humans": "^2.0.5",
|
|
"split": "^1.0.0",
|
|
"sse-channel": "^3.1.1",
|
|
"through2": "^2.0.1",
|
|
"uuid": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/preset-env": "^7.1.6",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@joepie91/gulp-preset-es2015": "^1.0.1",
|
|
"@joepie91/gulp-preset-scss": "^1.0.1",
|
|
"babel-core": "^6.14.0",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"babel-preset-es2015-riot": "^1.1.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify-hmr": "^0.3.7",
|
|
"budo": "^11.5.0",
|
|
"chokidar": "^1.6.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"gulp": "^3.9.1",
|
|
"gulp-cached": "^1.1.0",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-named-log": "^1.0.1",
|
|
"gulp-nodemon": "^2.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"jade": "^1.11.0",
|
|
"json-loader": "^0.5.4",
|
|
"listening": "^0.1.0",
|
|
"nodemon": "^1.18.11",
|
|
"react": "^16.6.3",
|
|
"react-hot-loader": "^4.3.12",
|
|
"riot": "^3.6.1",
|
|
"riotjs-loader": "^4.0.0",
|
|
"tiny-lr": "^0.2.1",
|
|
"webpack": "^1.15.0",
|
|
"webpack-stream": "^3.2.0"
|
|
}
|
|
}
|