2018-10-19 05:15:28 +00:00
|
|
|
{
|
2019-05-15 23:37:53 +00:00
|
|
|
"name": "Gamebrary",
|
2018-10-19 05:15:28 +00:00
|
|
|
"version": "1.0.0",
|
2019-05-15 23:37:53 +00:00
|
|
|
"description": "Open source tool to organize video game collections.",
|
2018-10-19 05:15:28 +00:00
|
|
|
"author": "Roman Cervantes",
|
2019-05-15 23:37:53 +00:00
|
|
|
"license": "MIT",
|
2018-10-19 05:15:28 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
|
|
|
|
"dev:local": "webpack-dev-server --inline --progress --config build/webpack.dev.local.conf.js",
|
|
|
|
"start": "npm run dev",
|
|
|
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
|
|
|
"test": "npm run unit",
|
|
|
|
"lint": "eslint --ext .js,.vue src test/unit",
|
2019-06-19 19:09:44 +00:00
|
|
|
"translate": "node build/translate.js",
|
2018-10-19 05:15:28 +00:00
|
|
|
"build": "node build/build.js",
|
2019-06-19 19:10:12 +00:00
|
|
|
"deploy": "firebase deploy"
|
2018-10-19 05:15:28 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-30 16:56:46 +00:00
|
|
|
"axios": "^0.19.0",
|
2018-10-25 06:33:15 +00:00
|
|
|
"firebase": "^5.5.5",
|
2018-10-19 05:15:28 +00:00
|
|
|
"firebase-admin": "^6.0.0",
|
|
|
|
"firebase-functions": "^2.0.5",
|
2018-11-02 01:43:31 +00:00
|
|
|
"lodash": "^4.17.11",
|
2019-05-17 20:26:55 +00:00
|
|
|
"masonry-layout": "^4.2.2",
|
2018-10-19 05:15:28 +00:00
|
|
|
"moment": "^2.22.1",
|
|
|
|
"node-sass": "^4.8.3",
|
2018-11-08 03:41:27 +00:00
|
|
|
"raven-js": "^3.27.0",
|
2018-10-19 05:15:28 +00:00
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
"sw-precache-webpack-plugin": "^0.11.5",
|
2019-06-18 23:45:54 +00:00
|
|
|
"translate-json-object": "^2.3.3",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vue": "^2.5.2",
|
2018-11-05 02:28:29 +00:00
|
|
|
"vue-analytics": "^5.16.0",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vue-axios": "^2.1.1",
|
2018-10-25 06:33:15 +00:00
|
|
|
"vue-gallery": "^1.5.0",
|
2019-03-28 21:23:09 +00:00
|
|
|
"vue-github-button": "^1.0.5",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vue-gravatar": "^1.2.1",
|
|
|
|
"vue-i18n": "^8.0.0",
|
2019-02-08 06:13:48 +00:00
|
|
|
"vue-markdown": "^2.2.4",
|
2018-11-08 03:41:27 +00:00
|
|
|
"vue-raven": "^1.0.0",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vue-router": "^3.0.1",
|
2019-05-18 12:54:52 +00:00
|
|
|
"vue-shortkey": "^3.1.7",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vuedraggable": "^2.16.0",
|
2018-10-25 06:33:15 +00:00
|
|
|
"vuefire": "^1.4.5",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vuex": "^3.0.1",
|
|
|
|
"vuex-persist": "^1.2.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^7.1.2",
|
|
|
|
"babel-core": "^6.22.1",
|
|
|
|
"babel-eslint": "^8.2.1",
|
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
|
|
"babel-loader": "^7.1.1",
|
|
|
|
"babel-plugin-istanbul": "^4.1.1",
|
|
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
|
|
"babel-plugin-transform-runtime": "^6.22.0",
|
|
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
|
|
|
"babel-preset-env": "^1.3.2",
|
|
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chalk": "^2.0.1",
|
|
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
|
|
"cross-env": "^5.0.1",
|
|
|
|
"css-loader": "^0.28.0",
|
|
|
|
"eslint": "^4.15.0",
|
|
|
|
"eslint-config-airbnb-base": "^11.3.0",
|
|
|
|
"eslint-friendly-formatter": "^3.0.0",
|
|
|
|
"eslint-import-resolver-webpack": "^0.8.3",
|
|
|
|
"eslint-loader": "^1.7.1",
|
|
|
|
"eslint-plugin-import": "^2.7.0",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-vue": "^4.0.0",
|
|
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
|
|
"file-loader": "^1.1.4",
|
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
|
|
"html-webpack-plugin": "^2.30.1",
|
|
|
|
"inject-loader": "^3.0.0",
|
|
|
|
"karma": "^1.4.1",
|
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
|
|
|
"karma-phantomjs-shim": "^1.4.0",
|
|
|
|
"karma-sinon-chai": "^1.3.1",
|
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-spec-reporter": "0.0.31",
|
|
|
|
"karma-webpack": "^2.0.2",
|
|
|
|
"mocha": "^3.2.0",
|
|
|
|
"node-notifier": "^5.1.2",
|
|
|
|
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
|
|
|
"ora": "^1.2.0",
|
|
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
|
|
"portfinder": "^1.0.13",
|
|
|
|
"postcss-import": "^11.0.0",
|
|
|
|
"postcss-loader": "^2.0.8",
|
|
|
|
"postcss-url": "^7.2.1",
|
|
|
|
"rimraf": "^2.6.0",
|
|
|
|
"semver": "^5.3.0",
|
|
|
|
"shelljs": "^0.7.6",
|
|
|
|
"sinon": "^4.0.0",
|
|
|
|
"sinon-chai": "^2.8.0",
|
|
|
|
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
|
|
"url-loader": "^0.5.8",
|
|
|
|
"vue-loader": "^13.3.0",
|
|
|
|
"vue-style-loader": "^3.0.1",
|
|
|
|
"vue-template-compiler": "^2.5.2",
|
|
|
|
"webpack": "^3.6.0",
|
2019-05-24 19:49:35 +00:00
|
|
|
"webpack-bundle-analyzer": "^3.3.2",
|
2019-01-11 20:19:50 +00:00
|
|
|
"webpack-dev-server": "^2.9.1",
|
2018-10-19 05:15:28 +00:00
|
|
|
"webpack-merge": "^4.1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 6.0.0",
|
|
|
|
"npm": ">= 3.0.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not ie <= 8"
|
|
|
|
]
|
|
|
|
}
|