{ "name": "littlelink-server", "version": "1.0.0", "description": "A server based on littlelink", "main": "app.js", "license": "MIT", "private": true, "scripts": { "start": "razzle start", "build": "razzle build", "debug": "yarn start --inspect --inspect-port 9230", "test": "razzle test --env=jsdom", "start:prod": "NODE_ENV=production node build/server.js", "lint": "eslint .", "lint:style": "stylelint ./src/**/*.css ./public/**/*.css", "ci": "yarn lint && yarn lint:style && yarn lint:markdown && yarn test", "lint:markdown": "markdownlint .github/*.md && markdownlint README.md" }, "dependencies": { "compression": "^1.7.4", "express": "^4.17.1", "morgan": "^1.10.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "serialize-javascript": "^6.0.0" }, "devDependencies": { "@babel/eslint-parser": "^7.16.0", "@babel/preset-react": "^7.16.0", "babel-preset-razzle": "^4.2.5", "eslint": "^8.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsx": "^0.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^5.1.1", "eslint-plugin-react": "^7.26.1", "html-webpack-plugin": "^5.5.0", "markdownlint-cli": "^0.29.0", "mini-css-extract-plugin": "^2.4.3", "prettier": "^2.4.1", "razzle": "^4.2.5", "razzle-dev-utils": "^4.2.5", "react-test-renderer": "^17.0.2", "stylelint": "^14.0.1", "stylelint-config-prettier": "^9.0.3", "webpack": "^5.61.0", "webpack-dev-server": "^4.4.0" } }