mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
bbd1ce30ec
Squashed commit of the following: commita1c18c7903Author: root <root@git.maharshi.ninja> Date: Sun Aug 22 21:46:45 2021 +0530 Minor UI change commit82783a4fb2Author: root <root@git.maharshi.ninja> Date: Sun Aug 22 21:23:15 2021 +0530 Format date and time the Right Way (™️) commit1b0d87e81dAuthor: root <root@git.maharshi.ninja> Date: Sun Aug 22 21:17:41 2021 +0530 A few fixes and a basic implementation commit7e5d057d37Author: root <root@git.maharshi.ninja> Date: Sun Aug 22 19:58:10 2021 +0530 Add PouchDB and add the basic design commit16a07c10ffAuthor: root <root@git.maharshi.ninja> Date: Sun Aug 22 18:53:34 2021 +0530 Delete robots.txt commit83e8690dc5Author: root <root@git.maharshi.ninja> Date: Sun Aug 22 18:52:00 2021 +0530 Add PWA configuration
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"name": "piped-redesign",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.16.1",
|
|
"dompurify": "^2.3.1",
|
|
"hotkeys-js": "^3.8.7",
|
|
"javascript-time-ago": "^2.3.8",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^3.0.0",
|
|
"mux.js": "^5.12.2",
|
|
"pouchdb": "^7.2.2",
|
|
"register-service-worker": "^1.7.1",
|
|
"sass-loader": "^10",
|
|
"shaka-player": "^3.2.0",
|
|
"vue": "^2.6.14",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^3.5.2",
|
|
"vuetify": "^2.5.8",
|
|
"vuex": "^3.6.2",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.13",
|
|
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
"@vue/cli-plugin-pwa": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.13",
|
|
"@vue/cli-plugin-vuex": "~4.5.13",
|
|
"@vue/cli-service": "~4.5.13",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.24.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"eslint-plugin-vue": "^7.16.0",
|
|
"lint-staged": "^11.1.2",
|
|
"sass": "~1.37.5",
|
|
"vue-cli-plugin-vuetify": "~2.4.2",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vuetify-loader": "^1.7.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/standard"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|