mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"watch": "webpack-dashboard -- webpack-dev-server --config config/webpack",
|
|
"start": "node index.js",
|
|
"server:watch": "nodemon index.js"
|
|
},
|
|
"author": "Thomas Ruoff <tomru@mail.id0.link>",
|
|
"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",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"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",
|
|
"nodemon": "^1.11.0",
|
|
"react-collapsible": "^1.2.1",
|
|
"styled-components": "^1.4.3",
|
|
"webpack": "^2.2.1",
|
|
"webpack-dashboard": "^0.3.0",
|
|
"webpack-dev-server": "^2.3.0"
|
|
}
|
|
}
|