56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "stack-trace-mapper",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"webpack": "webpack"
|
|
},
|
|
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bmp/console": "0.0.5",
|
|
"@bmp/highlight-stack": "0.0.2",
|
|
"body-parser": "^1.18.3",
|
|
"classnames": "^2.2.5",
|
|
"ejs": "^2.6.1",
|
|
"express": "^4.16.3",
|
|
"lowline": "^0.2.2",
|
|
"morgan": "^1.9.0",
|
|
"multer": "^1.3.0",
|
|
"pg": "^7.4.3",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-beta.49",
|
|
"@babel/core": "^7.0.0-beta.49",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.49",
|
|
"@babel/preset-env": "^7.0.0-beta.49",
|
|
"autoprefixer": "^8.5.1",
|
|
"babel-loader": "^8.0.0-beta.2",
|
|
"css-loader": "^0.28.11",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-config-standard-react": "^6.0.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-react": "^7.8.2",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"postcss-color-function": "^4.0.1",
|
|
"postcss-loader": "^2.1.5",
|
|
"precss": "^3.1.2",
|
|
"style-loader": "^0.21.0",
|
|
"webpack": "^4.9.1",
|
|
"webpack-cli": "^2.1.4",
|
|
"webpack-dev-middleware": "^3.1.3"
|
|
}
|
|
}
|