r3-v2/package.json

36 lines
890 B
JSON

{
"name": "r3",
"version" : "2.0.158",
"description": "",
"private": true,
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@feathersjs/express": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-sort": "^2.0.0",
"gulp-string-replace": "^1.1.2",
"map-stream": "0.0.7",
"mocha": "^9.0.0",
"webpack": "^5.39.1",
"webpack-cli": "*",
"webpack-stream": "^6.1.2"
},
"scripts": {
"test": "mocha --recursive",
"test-debug": "mocha --inspect-brk --recursive",
"build": "webpack --webpack-config.js",
"watch": "webpack --webpack-config.js --watch",
"start": "gulp"
},
"keywords": [],
"author": "",
"license": "ISC"
}