KawAnime/package.json

115 lines
3.7 KiB
JSON
Raw Normal View History

2016-11-21 14:33:22 +00:00
{
"name": "KawAnime",
2021-08-30 01:06:28 +00:00
"version": "0.5.0",
"main": "background.js",
2017-04-15 14:20:02 +00:00
"repository": "https://github.com/Kylart/KawAnime.git",
2019-06-14 11:28:07 +00:00
"description": "The ultimate otaku software",
2017-04-27 22:52:06 +00:00
"author": {
"name": "Kylart",
"email": "Kylart.dev@gmail.com"
2017-04-27 22:52:06 +00:00
},
2016-11-21 14:33:22 +00:00
"license": "MIT",
2017-04-15 14:16:14 +00:00
"scripts": {
"dev": "cross-env NODE_ENV=development vue-cli-service electron:serve",
2020-03-29 19:54:33 +00:00
"start": "cross-env NODE_ENV=production electron dist/bundled/background.js",
"build": "vue-cli-service electron:build",
2019-11-08 14:20:40 +00:00
"build:bindings": "cmake-js build -d bindings -O bindings/build",
"collect:dylibs": "./scripts/externals/libs/collect-dylib-deps.sh",
"pack": "npm run build -- --dir",
"dist": "npm run dist:mac && npm run dist:win && npm run dist:linux",
2021-09-03 23:41:04 +00:00
"dist:mac": "cross-env NODE_ENV=production npm run build -- --mac -p never",
"dist:win": "cross-env NODE_ENV=production npm run build -- --win --x64 -p never",
"dist:portable": "cross-env NODE_ENV=production npm run build -- --win portable -p never",
"dist:linux": "cross-env NODE_ENV=production npm run build -- --linux -p never",
2019-06-14 11:28:07 +00:00
"publish:mac": "npm run build -- --mac -p always",
2020-04-13 15:27:33 +00:00
"publish:win": "npm run build -- --win --x64 -p always",
"publish:portable": "npm run build -- --win portable -p always",
"lint": "vue-cli-service lint",
"lint:cpp": "cpplint $(git ls-files | grep -E '\\.(cc|h)$')",
2019-11-08 14:20:40 +00:00
"compile:bindings": "cmake-js compile -d bindings -O bindings/build",
"postinstall": "npm run compile:bindings && node scripts/postinstall && electron-builder install-app-deps",
2020-03-29 19:54:33 +00:00
"test": "cross-env IS_TEST=true mocha --reporter mochawesome"
2016-11-21 14:33:22 +00:00
},
"dependencies": {
2019-12-20 22:54:05 +00:00
"buttercup": "^2.16.1",
2020-08-31 00:39:21 +00:00
"chalk": "^4.1.0",
2020-08-17 16:50:15 +00:00
"electron-updater": "^4.3.4",
"graphql": "^15.3.0",
"graphql-request": "^3.1.0",
2021-08-21 11:58:56 +00:00
"lodash": "^4.17.21",
"mal-scraper": "^2.11.3",
2020-08-17 16:50:15 +00:00
"mime": "^2.4.6",
"moment": "^2.27.0",
"node-addon-api": "^1.7.2",
"nyaapi": "^2.3.3",
2019-10-22 20:44:11 +00:00
"pump": "^3.0.0",
2019-05-19 23:02:37 +00:00
"range-parser": "^1.2.1",
2020-03-30 19:42:40 +00:00
"rimraf": "^3.0.2",
2020-08-31 00:39:21 +00:00
"sanitize-html": "^1.27.4",
2019-10-22 20:44:11 +00:00
"torrent-stream": "^1.2.0",
"vue": "^2.6.14",
2020-08-17 16:50:15 +00:00
"vue-router": "^3.4.3",
"vuetify": "2.3.10",
2020-08-17 16:50:15 +00:00
"vuex": "^3.5.1"
},
2017-04-15 14:16:14 +00:00
"devDependencies": {
2020-08-31 00:39:21 +00:00
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-plugin-pwa": "^4.5.4",
"@vue/cli-plugin-unit-mocha": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.5",
2021-08-21 11:58:56 +00:00
"axios": "^0.21.1",
2020-03-30 19:42:40 +00:00
"babel-eslint": "^10.1.0",
2018-10-04 20:32:41 +00:00
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
2020-03-30 19:42:40 +00:00
"cmake-js": "^6.1.0",
2020-08-31 00:39:21 +00:00
"cross-env": "^7.0.2",
2020-01-31 10:30:23 +00:00
"electron": "^4.2.12",
2019-11-08 14:20:40 +00:00
"electron-builder": "^20.44.4",
2020-08-31 00:39:21 +00:00
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
2020-03-30 19:42:40 +00:00
"eslint-plugin-vue": "^6.2.2",
2020-08-31 00:39:21 +00:00
"lint-staged": "^10.2.13",
"material-design-icons-iconfont": "^6.0.1",
"mocha": "^8.1.3",
"mochawesome": "^6.1.1",
"native-ext-loader": "^2.3.0",
2021-08-21 11:58:56 +00:00
"pug": "^3.0.2",
"pug-plain-loader": "^1.0.0",
"roboto-fontface": "^0.10.0",
2020-08-17 16:50:15 +00:00
"sass": "^1.26.10",
2020-08-31 00:39:21 +00:00
"sass-loader": "^10.0.1",
"spectron": "^6.0.0",
2020-08-17 16:50:15 +00:00
"stylus": "^0.54.8",
2018-03-03 02:06:56 +00:00
"stylus-loader": "^3.0.2",
"targz": "^1.0.1",
2020-03-30 19:42:40 +00:00
"vue-cli-plugin-electron-builder": "^1.4.6",
2020-08-17 16:50:15 +00:00
"vue-cli-plugin-vuetify": "^2.0.7",
2021-08-30 01:55:58 +00:00
"vue-template-compiler": "^2.6.14",
2020-08-17 16:50:15 +00:00
"vuetify-loader": "^1.6.0"
2017-04-27 22:52:06 +00:00
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
},
"cmake-js": {
"runtime": "electron",
2019-11-07 10:32:09 +00:00
"runtimeVersion": "4.2.5",
"arch": "x64"
2017-04-15 14:16:14 +00:00
}
2016-11-21 14:33:22 +00:00
}