mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
make client own package (using create-react-app)
This commit is contained in:
23
package.json
23
package.json
@@ -5,10 +5,8 @@
|
||||
"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"
|
||||
"watch": "nodemon index.js"
|
||||
},
|
||||
"author": "Thomas Ruoff <tomru@mail.id0.link>",
|
||||
"license": "ISC",
|
||||
@@ -16,27 +14,10 @@
|
||||
"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.16.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"
|
||||
"nodemon": "^1.11.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user