mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"name": "piped-material",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.21.8",
|
|
"@fontsource/baloo-da-2": "^4.5.12",
|
|
"@fontsource/material-icons-rounded": "^4.5.4",
|
|
"@fontsource/noto-naskh-arabic": "^4.5.12",
|
|
"@fontsource/noto-sans-jp": "^4.5.12",
|
|
"@fontsource/noto-sans-kr": "^4.5.12",
|
|
"@fontsource/noto-sans-sc": "^4.5.12",
|
|
"@fontsource/noto-sans-tc": "^4.5.12",
|
|
"@fontsource/nunito-sans": "^4.5.10",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@formatjs/intl-localematcher": "^0.2.32",
|
|
"@mdi/js": "^6.9.96",
|
|
"antar-hinted": "https://cf-ipfs.com/ipfs/QmZxWPvQmFGZucKB2U1oChGpKYAAWdrbbSTj2RAQqL7gEd",
|
|
"axios": "^0.27.2",
|
|
"core-js": "^3.30.2",
|
|
"dexie": "^3.2.3",
|
|
"dompurify": "^2.4.5",
|
|
"i18n-iso-countries": "^6.8.0",
|
|
"intl-messageformat": "^10.3.5",
|
|
"intl-unofficial-duration-unit-format": "^3.1.0",
|
|
"javascript-time-ago": "https://cf-ipfs.com/ipfs/QmSf7qn1E3GrBsriwrRCvJe9it45gPXGeyZ7N986ceoeAU?filename=jta.tar.gz",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^3.0.8",
|
|
"mux.js": "^5.14.1",
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
"psychic-tiny-keys": "https://cf-ipfs.com/ipfs/QmW5pzBfNdyUjcCpp6ZXMXVDf93pJDSAZwSEaMBAahNuTA?filename=psychic-tiny-keys-v0.0.1.tar.gz",
|
|
"quick-lru": "^6.1.1",
|
|
"register-service-worker": "^1.7.2",
|
|
"sass-loader": "^10",
|
|
"shaka-player": "https://cf-ipfs.com/ipfs/QmP1AXcQiYrDAYNotXJweUBgd9Z2XtWxj7D7x3PkyV45M6?filename=shaka-v4.3.6.tar",
|
|
"vue": "^2.7.14",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-json-viewer": "^2.2.22",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-router": "^3.6.5",
|
|
"vuetify": "^2.6.15",
|
|
"vuex": "^3.6.2",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
"@vue/cli-plugin-pwa": "~5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"buffer": "^6.0.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-mojee-vue": "https://cf-ipfs.com/ipfs/QmTTauFj8yy8brQQ6gghe2wYCVzkT3tensqLnWDy7oieno?filename=eslint-config-mojee-vue-0.0.2.tar.gz",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.2.0",
|
|
"eslint-plugin-standard": "^5.0.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"lint-staged": "^11.2.6",
|
|
"sass": "~1.62.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"vue-cli-plugin-vuetify": "~2.5.8",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"vuetify-loader": "^1.9.2"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"eslint-config-mojee-vue"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1% in US",
|
|
"> 1% in IN",
|
|
"last 3 firefox versions"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint"
|
|
]
|
|
}
|
|
}
|