55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "vanth",
|
|
"version": "1.0.0",
|
|
"description": "For tracking expenses",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "babel lib -d build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EliRibble/vanth.git"
|
|
},
|
|
"keywords": [
|
|
"expenses",
|
|
"budget"
|
|
],
|
|
"author": "Eli Ribble",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/EliRibble/vanth/issues"
|
|
},
|
|
"homepage": "https://github.com/EliRibble/vanth#readme",
|
|
"dependencies": {
|
|
"react": "^15.0.2",
|
|
"react-bootstrap": "^0.29.4",
|
|
"react-dom": "^15.0.2",
|
|
"react-redux": "^4.4.5",
|
|
"redux": "^3.5.2",
|
|
"redux-logger": "^2.6.1",
|
|
"redux-thunk": "^2.1.0",
|
|
"urllite": "^0.5.0"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"devDependencies": {
|
|
"assets-webpack-plugin": "^3.4.0",
|
|
"babel-cli": "^6.8.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-html-replace": "^1.5.5",
|
|
"gulp-rev": "^7.0.0",
|
|
"gulp-shell": "^0.5.2",
|
|
"karma": "^0.13.22",
|
|
"rollup": "^0.26.3",
|
|
"sprintf": "^0.1.5",
|
|
"webpack": "^1.13.0",
|
|
"webpack-dev-server": "^1.14.1"
|
|
}
|
|
}
|