{ "name": "pdfer", "version": "1.0.0", "description": "Generate pdfs based on a template", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --env.production --config config/webpack", "start": "node index.js", "watch": "webpack-dashboard -- webpack-dev-server --config config/webpack" }, "author": "Thomas Ruoff ", "license": "ISC", "dependencies": { "body-parser": "^1.16.1", "cors": "^2.8.1", "express": "^4.14.1", "preact": "^7.2.0", "preact-compat": "^3.13.1", "preact-router": "^2.4.1", "react-pdf": "0.0.10" }, "devDependencies": { "babel-core": "^6.23.1", "babel-loader": "^6.3.0", "babel-plugin-transform-react-jsx": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.23.0", "clean-webpack-plugin": "^0.1.15", "copy-webpack-plugin": "^4.0.1", "eslint": "^3.15.0", "html-webpack-plugin": "^2.28.0", "webpack": "^2.2.1", "webpack-dashboard": "^0.3.0", "webpack-dev-server": "^2.3.0" } }