{ "name": "ui", "version": "1.0.0", "main": "index.js", "repository": "git@git.cryto.net:seekseek/ui.git", "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "scripts": { "dev": "NODE_ENV=development nodemon --ext js,jsx,mjs,json,ftl --ignore node_modules --ignore public/js --ignore src/frontend bin/server.js", "dev-css": "postcss --watch src/css/style.css -o public/css/style.css" }, "devDependencies": { "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "@joepie91/eslint-config": "^1.1.0", "autoprefixer": "^9.0.0", "babelify": "^10.0.0", "budo-express": "^1.0.6", "eslint": "^7.15.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "icssify": "^1.2.1", "nodemon": "^2.0.6", "postcss": "^8.2.1", "postcss-cli": "^8.3.1", "postcss-color-function": "^4.1.0", "postcss-mixins": "^6", "postcss-nested": "^4", "postcss-simple-vars": "^5" }, "dependencies": { "@joepie91/express-react-views": "^1.0.1", "axios": "^0.21.1", "bluebird": "^3.7.2", "classnames": "^2.2.6", "express": "^4.17.1", "express-promise-router": "^4.1.0", "knex": "^0.95.2", "match-value": "^1.1.0", "pg": "^8.5.1", "react": "^17.0.1", "react-dom": "^17.0.1", "syncpipe": "^1.0.0" } }