mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-22 09:44:15 -05:00
81 lines
2.3 KiB
JSON
81 lines
2.3 KiB
JSON
{
|
|
"name": "splatoon2.ink",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --modern --no-clean",
|
|
"lint": "vue-cli-service lint",
|
|
"cron": "node src/app/cron",
|
|
"start": "npm run sync:download && npm run splatnet && npm run twitter && npm run cron",
|
|
"locale-man": "node node_modules/locale-man/ -l en,es,es-MX,fr,fr-CA,de,nl,it,ru,ja -o src/locale",
|
|
"splatnet": "node src/app splatnet",
|
|
"twitter": "node src/app twitter",
|
|
"twitter:test": "node src/app twitterTest",
|
|
"sync": "node src/app sync",
|
|
"sync:upload": "node src/app syncUpload",
|
|
"sync:download": "node src/app syncDownload",
|
|
"utility:copyTranslation": "node src/utility copyTranslation",
|
|
"utility:getSplatNetLanguageFiles": "node src/utility getSplatNetLanguageFiles",
|
|
"utility:updateGear": "node src/utility updateGear"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.685.0",
|
|
"axios": "^0.19.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"bulma": "~0.6.1",
|
|
"bulma-tooltip": "~2.0.1",
|
|
"console-stamp": "^0.2.5",
|
|
"cozy-ical": "^1.1.22",
|
|
"cron": "^1.2.1",
|
|
"delay": "^4.4.0",
|
|
"dotenv": "^8.2.0",
|
|
"ecstatic": "^4.1.4",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^9.30.0",
|
|
"he": "^1.1.1",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"jsonpath": "^1.0.0",
|
|
"lodash": "^4.17.4",
|
|
"make-runnable": "^1.3.6",
|
|
"mime-types": "^2.1.35",
|
|
"mkdirp": "^1.0.4",
|
|
"module-alias": "^2.1.0",
|
|
"moment-timezone": "^0.5.13",
|
|
"puppeteer": "^23.7.1",
|
|
"raven": "^2.1.1",
|
|
"s3-sync-client": "^4.3.1",
|
|
"twitter-api-v2": "^1.15.0",
|
|
"v-click-outside": "^3.0.1",
|
|
"vue": "^2.6.11",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-router": "^3.4.2",
|
|
"vuex": "^3.5.1",
|
|
"vuex-i18n": "^1.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^2.1.0",
|
|
"@fullhuman/vue-cli-plugin-purgecss": "~2.2.0",
|
|
"@vue/cli-plugin-babel": "^4.4.6",
|
|
"@vue/cli-plugin-eslint": "^4.4.6",
|
|
"@vue/cli-service": "^4.4.6",
|
|
"locale-man": "^0.0.5",
|
|
"sass": "^1.50.1",
|
|
"sass-loader": "^10",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"firefox esr",
|
|
"not dead"
|
|
],
|
|
"_moduleAliases": {
|
|
"@": "src"
|
|
}
|
|
}
|