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": {
|
2022-04-12 21:45:08 +00:00
|
|
|
"dev": "vue-cli-service serve --port 4000",
|
|
|
|
"build": "vue-cli-service build",
|
|
|
|
"test:unit": "vue-cli-service test:unit",
|
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
|
|
|
"lint": "vue-cli-service lint",
|
|
|
|
"deploy": "firebase deploy"
|
2018-10-19 05:15:28 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-12 21:45:08 +00:00
|
|
|
"core-js": "^3.8.3",
|
|
|
|
"register-service-worker": "^1.7.2",
|
|
|
|
"vue": "^2.6.14",
|
|
|
|
"vue-router": "^3.5.1",
|
|
|
|
"vuex": "^3.6.2",
|
2022-04-04 18:57:58 +00:00
|
|
|
"@vue-stripe/vue-stripe": "^4.4.2",
|
2021-02-04 16:43:01 +00:00
|
|
|
"axios": "^0.21.1",
|
2020-09-26 00:09:20 +00:00
|
|
|
"bootstrap": "^4.5.2",
|
2021-04-21 04:59:49 +00:00
|
|
|
"bootstrap-vue": "^2.21.2",
|
2020-10-15 23:15:22 +00:00
|
|
|
"firebase": "^7.23.0",
|
|
|
|
"firebase-admin": "^9.2.0",
|
2020-08-24 21:38:27 +00:00
|
|
|
"firebase-functions": "^3.11.0",
|
2021-04-08 06:30:04 +00:00
|
|
|
"firebaseui": "^4.8.0",
|
2021-10-04 20:59:54 +00:00
|
|
|
"js-bbcode-parser": "^3.0.5",
|
2020-08-15 06:34:39 +00:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2020-08-18 18:56:10 +00:00
|
|
|
"lodash.groupby": "^4.6.0",
|
2020-08-15 06:34:39 +00:00
|
|
|
"lodash.orderby": "^4.6.0",
|
|
|
|
"lodash.sortby": "^4.7.0",
|
2021-04-07 00:02:09 +00:00
|
|
|
"packery": "^2.1.2",
|
2021-03-11 00:05:36 +00:00
|
|
|
"portal-vue": "^2.1.7",
|
2018-11-08 03:41:27 +00:00
|
|
|
"raven-js": "^3.27.0",
|
2019-06-18 23:45:54 +00:00
|
|
|
"translate-json-object": "^2.3.3",
|
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",
|
2021-02-08 23:42:26 +00:00
|
|
|
"vue-dayjs": "^1.0.2",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vue-i18n": "^8.0.0",
|
2021-02-01 20:46:20 +00:00
|
|
|
"vue-observe-visibility": "^1.0.0",
|
2018-11-08 03:41:27 +00:00
|
|
|
"vue-raven": "^1.0.0",
|
2021-02-09 17:37:32 +00:00
|
|
|
"vue-shortkey": "^3.1.7",
|
2022-02-26 01:49:00 +00:00
|
|
|
"vue-tweet-embed": "^2.4.0",
|
2021-02-16 20:40:13 +00:00
|
|
|
"vuedraggable": "^2.24.3",
|
2018-10-25 06:33:15 +00:00
|
|
|
"vuefire": "^1.4.5",
|
2018-10-19 05:15:28 +00:00
|
|
|
"vuex-persist": "^1.2.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-12 21:45:08 +00:00
|
|
|
"babel-loader": "^7.1.1",
|
|
|
|
"@babel/core": "^7.12.16",
|
|
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-pwa": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
|
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
|
"@vue/eslint-config-airbnb": "^6.0.0",
|
|
|
|
"@vue/test-utils": "^1.1.3",
|
|
|
|
"@vue/vue2-jest": "^27.0.0-alpha.2",
|
|
|
|
"babel-jest": "^27.0.6",
|
|
|
|
"cypress": "^8.3.0",
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-plugin-import": "^2.25.3",
|
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
|
|
"eslint-plugin-vuejs-accessibility": "^1.1.0",
|
|
|
|
"jest": "^27.0.5",
|
|
|
|
"sass": "^1.32.7",
|
|
|
|
"sass-loader": "^12.0.0",
|
|
|
|
"vue-template-compiler": "^2.6.14"
|
2018-10-19 05:15:28 +00:00
|
|
|
},
|
2022-04-12 21:45:08 +00:00
|
|
|
"eslintConfig": {
|
|
|
|
"root": true,
|
|
|
|
"env": {
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"plugin:vue/essential"
|
|
|
|
],
|
|
|
|
"parserOptions": {
|
|
|
|
"parser": "@babel/eslint-parser"
|
|
|
|
},
|
|
|
|
"rules": {},
|
|
|
|
"overrides": [
|
|
|
|
{
|
|
|
|
"files": [
|
|
|
|
"**/__tests__/*.{j,t}s?(x)",
|
|
|
|
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"jest": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2018-10-19 05:15:28 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2022-04-12 21:45:08 +00:00
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
],
|
|
|
|
"jest": {
|
|
|
|
"preset": "@vue/cli-plugin-unit-jest"
|
|
|
|
}
|
2018-10-19 05:15:28 +00:00
|
|
|
}
|