mirror of
https://github.com/reactos/developer-web-interface.git
synced 2024-11-26 21:30:35 +00:00
add375cc52
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
818 B
JSON
32 lines
818 B
JSON
{
|
|
"name": "dev-interface-ros",
|
|
"version": "1.0.0",
|
|
"description": "developer web interface for ReactOS",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"client-install": "npm install --prefix client",
|
|
"start": "node app.js",
|
|
"server": "nodemon app.js",
|
|
"client": "npm start --prefix client",
|
|
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
|
"heroku-postbuild": "cd client && npm install && npm run build"
|
|
},
|
|
"author": "ayush kumar sinha",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-react": "^7.13.0"
|
|
},
|
|
"dependencies": {
|
|
"concurrently": "^4.1.0",
|
|
"dotenv": "^8.0.0",
|
|
"express": "^4.17.3",
|
|
"parse-link-header": "^1.0.1",
|
|
"path": "^0.12.7",
|
|
"react-router-dom": "^5.0.1",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|