ibt2/package.json

79 lines
2.2 KiB
JSON
Raw Normal View History

2017-01-02 21:52:33 +01:00
{
"name": "ibt2",
2017-10-21 01:02:15 +02:00
"version": "1.2.4",
2017-02-09 21:10:02 +01:00
"description": "I'll be there, 2: an oversimplified application to register attendees at a conference or event",
2017-01-02 21:52:33 +01:00
"author": "Davide Alberani <da@erlug.linux.it>",
2017-02-09 21:10:02 +01:00
"license": "Apache-2.0",
2017-02-09 21:13:28 +01:00
"private": true,
2017-02-09 21:10:02 +01:00
"homepage": "https://github.com/raspibo/ibt2",
"repository": {
"type": "git",
"url": "https://github.com/raspibo/ibt2.git"
},
"bugs": {
"url": "https://github.com/raspibo/ibt2/issues"
},
2017-01-02 21:52:33 +01:00
"scripts": {
"dev": "node build/dev-server.js",
"devserver": "python3 ibt2.py --debug --db_name=ibt2_test",
"server": "python3 ibt2.py --debug",
2017-01-02 21:52:33 +01:00
"build": "node build/build.js"
},
"dependencies": {
2017-09-17 16:33:07 +02:00
"jquery": "^3.2.1",
2017-01-14 12:35:55 +01:00
"material-design-icons": "^3.0.1",
2017-09-17 16:33:07 +02:00
"materialize-css": "^0.100.2",
"roboto-fontface": "^0.8.0",
"vue": "^2.4.4",
"vue-loader": "^13.0.4",
"vue-markdown": "^2.1.3",
2017-02-09 22:57:46 +01:00
"vue-material": "^0.7.5",
2017-09-17 16:33:07 +02:00
"vue-resource": "^1.3.4",
"vue-router": "^2.7.0",
"vuejs-datepicker": "^0.9.13",
"vuex": "^2.4.0"
2017-01-02 21:52:33 +01:00
},
"devDependencies": {
2017-03-13 21:27:25 +01:00
"autoprefixer": "^6.7.7",
2017-09-17 16:37:41 +02:00
"babel-cli": "^6.26.0",
2017-09-17 17:24:34 +02:00
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
2017-09-17 16:33:07 +02:00
"babel-preset-env": "^1.6.0",
2017-01-02 21:52:33 +01:00
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
2017-03-13 21:27:25 +01:00
"css-loader": "^0.27.3",
2017-01-02 21:52:33 +01:00
"eventsource-polyfill": "^0.9.6",
2017-03-13 21:27:25 +01:00
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^2.28.0",
2017-03-13 21:27:25 +01:00
"http-proxy-middleware": "^0.17.4",
2017-01-02 21:52:33 +01:00
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.2",
"ora": "^1.1.0",
2017-03-13 21:27:25 +01:00
"rimraf": "^2.6.1",
2017-01-14 12:35:55 +01:00
"semver": "^5.3.0",
2017-03-13 21:27:25 +01:00
"url-loader": "^0.5.8",
2017-03-13 21:09:34 +01:00
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
2017-09-17 17:15:42 +02:00
"vue-template-compiler": "^2.4.4",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
2017-03-13 21:27:25 +01:00
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^4.0.0"
2017-01-02 21:52:33 +01:00
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
2017-01-02 21:52:33 +01:00
}