blessing-skin-server/package.json

243 lines
6.2 KiB
JSON
Raw Normal View History

2016-07-21 22:01:57 +08:00
{
"name": "blessing-skin-server",
2020-03-18 11:01:41 +08:00
"version": "5.0.0-beta.5",
2017-01-15 16:21:34 +08:00
"description": "A web application brings your custom skins back in offline Minecraft servers.",
2016-07-21 22:01:57 +08:00
"repository": {
"type": "git",
2018-11-25 15:12:53 +08:00
"url": "https://github.com/bs-community/blessing-skin-server"
2016-07-21 22:01:57 +08:00
},
"author": "printempw",
2019-03-30 13:20:46 +08:00
"license": "MIT",
2016-08-28 10:05:21 +08:00
"private": true,
"scripts": {
2019-02-19 17:26:38 +08:00
"dev": "webpack-dev-server",
2020-01-27 15:56:09 +08:00
"build": "webpack --mode=production -p --progress",
2019-11-25 23:30:51 +08:00
"lint": "eslint --ext=js,vue,ts -f=beauty .",
2019-12-14 09:39:47 +08:00
"test": "jest"
2016-08-28 10:05:21 +08:00
},
"dependencies": {
2020-01-13 10:59:32 +08:00
"@babel/runtime": "^7.8.0",
"@fortawesome/fontawesome-free": "^5.12.0",
2020-01-21 10:22:20 +08:00
"@hot-loader/react-dom": "^16.11.0",
2019-11-20 17:48:24 +08:00
"@tweenjs/tween.js": "^18.4.2",
2019-11-24 14:32:58 +08:00
"admin-lte": "^3.0.1",
2020-03-21 17:30:44 +08:00
"blessing-skin-shell": "^0.2.0",
2020-03-22 12:21:17 +08:00
"commander": "^5.0.0",
2020-01-13 10:59:32 +08:00
"echarts": "^4.6.0",
2019-05-03 09:49:48 +08:00
"jquery": "^3.4.1",
2020-02-11 16:40:26 +08:00
"lodash.debounce": "^4.0.8",
2020-02-04 12:23:14 +08:00
"nanoid": "^2.1.11",
2020-01-21 10:22:20 +08:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
2020-03-01 22:07:45 +08:00
"react-draggable": "^4.2.0",
2020-01-21 10:22:20 +08:00
"react-hot-loader": "^4.12.18",
2019-12-04 16:45:09 +08:00
"rxjs": "^6.5.3",
2020-03-05 16:16:08 +08:00
"skinview-utils": "^0.2.1",
2020-01-13 10:59:32 +08:00
"skinview3d": "^1.2.1",
2020-02-01 12:44:39 +08:00
"spectre.css": "^0.5.8",
2020-01-13 10:59:32 +08:00
"vue": "^2.6.11",
2019-11-20 17:48:24 +08:00
"vue-good-table": "^2.18.1",
"vue-recaptcha": "^1.2.0",
2020-02-17 18:27:56 +08:00
"vuejs-paginate": "^2.1.0",
"xterm": "^4.4.0",
"xterm-addon-fit": "^0.3.0"
},
2016-07-21 22:01:57 +08:00
"devDependencies": {
2020-03-20 16:19:28 +08:00
"@babel/core": "^7.8.7",
2020-01-16 16:14:49 +08:00
"@babel/plugin-transform-runtime": "^7.8.3",
2020-03-20 16:19:28 +08:00
"@babel/preset-env": "^7.8.7",
2019-03-17 21:09:46 +08:00
"@gplane/tsconfig": "^1.0.0",
2020-01-23 09:51:50 +08:00
"@testing-library/jest-dom": "^5.0.2",
2020-01-21 10:22:20 +08:00
"@testing-library/react": "^9.4.0",
2019-11-27 14:34:03 +08:00
"@types/bootstrap": "^4.3.1",
2020-01-13 10:59:32 +08:00
"@types/echarts": "^4.4.2",
"@types/jest": "^24.0.25",
2019-05-03 09:49:48 +08:00
"@types/jquery": "^3.3.29",
2020-01-31 15:58:37 +08:00
"@types/js-yaml": "^3.12.2",
2020-02-11 16:40:26 +08:00
"@types/lodash.debounce": "^4.0.6",
2020-02-04 12:23:14 +08:00
"@types/nanoid": "^2.1.0",
2020-01-21 10:22:20 +08:00
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
2020-01-31 15:58:37 +08:00
"@types/tween.js": "^17.2.0",
2020-01-13 10:59:32 +08:00
"@types/webpack": "^4.41.2",
2019-11-25 23:30:51 +08:00
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
2019-02-19 16:37:29 +08:00
"@vue/test-utils": "^1.0.0-beta.29",
2020-01-13 10:59:32 +08:00
"autoprefixer": "^9.7.3",
2019-11-20 17:48:24 +08:00
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
2019-11-20 17:48:24 +08:00
"babel-plugin-dynamic-import-node": "^2.3.0",
"cache-loader": "^4.1.0",
2020-01-13 10:59:32 +08:00
"css-loader": "^3.4.2",
2019-11-25 23:30:51 +08:00
"eslint": "^6.7.1",
"eslint-config-gplane": "^6.2.1",
2018-09-08 11:56:00 +08:00
"eslint-formatter-beauty": "^3.0.0",
2020-01-13 10:59:32 +08:00
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^5.0.2",
2019-11-20 17:48:24 +08:00
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
2020-01-31 15:58:37 +08:00
"js-yaml": "^3.13.1",
2020-01-13 10:59:32 +08:00
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
2018-09-24 09:31:26 +08:00
"postcss-loader": "^3.0.0",
2020-01-27 15:49:09 +08:00
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
2020-01-13 10:59:32 +08:00
"style-loader": "^1.1.2",
"stylus": "^0.54.7",
2018-07-29 15:31:54 +08:00
"stylus-loader": "^3.0.2",
2020-01-16 16:14:49 +08:00
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",
2020-03-12 11:06:23 +08:00
"typescript": "^3.8.3",
2020-01-13 10:59:32 +08:00
"url-loader": "^3.0.0",
2019-02-19 16:37:29 +08:00
"vue-jest": "^4.0.0-beta.2",
2020-01-13 10:59:32 +08:00
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
2019-11-20 17:48:24 +08:00
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
2020-01-13 10:59:32 +08:00
"webpack-dev-server": "^3.10.1",
2020-01-27 15:56:09 +08:00
"webpack-manifest-plugin": "^2.2.0"
2017-06-30 12:13:45 +08:00
},
2019-11-25 23:30:51 +08:00
"resolutions": {
2019-11-30 17:57:30 +08:00
"caniuse-lite": "*"
2019-11-25 23:30:51 +08:00
},
2019-03-15 10:47:34 +08:00
"browserslist": [
"> 1%",
"not dead",
"not ie 11",
"Chrome > 52"
],
2019-03-17 10:21:18 +08:00
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
2019-12-04 16:45:09 +08:00
"trailingComma": "all",
2019-03-17 10:21:18 +08:00
"arrowParens": "avoid",
"tabWidth": 2
},
2019-03-15 11:42:41 +08:00
"eslintConfig": {
"root": true,
"extends": [
"gplane",
"gplane/vue"
],
"parser": "vue-eslint-parser",
"env": {
"node": true,
"es6": true,
"jquery": true
},
"globals": {
"blessing": "readonly"
},
"rules": {
"camelcase": [
2,
{
"properties": "never",
"ignoreDestructuring": true
}
],
"max-len": [
2,
120
],
2019-11-25 23:30:51 +08:00
"prefer-destructuring": 0
2019-03-17 21:09:46 +08:00
},
"overrides": [
{
"files": [
"*.ts"
],
2019-11-25 23:30:51 +08:00
"extends": [
"gplane",
"gplane/typescript",
"gplane/vue"
],
2019-03-17 21:09:46 +08:00
"parserOptions": {
"parser": "@typescript-eslint/parser"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
2019-11-25 23:30:51 +08:00
"@typescript-eslint/camelcase": [
2019-03-19 19:16:03 +08:00
2,
{
2019-11-25 23:30:51 +08:00
"properties": "never",
"ignoreDestructuring": true
2019-03-19 19:16:03 +08:00
}
2019-11-25 23:30:51 +08:00
],
"@typescript-eslint/no-invalid-this": 0,
2019-11-30 16:16:05 +08:00
"@typescript-eslint/no-unnecessary-condition": 0,
2019-11-25 23:30:51 +08:00
"no-invalid-this": 0
}
},
{
2019-11-26 13:01:15 +08:00
"files": [
"resources/assets/tests/**/*.ts",
"*.d.ts"
],
2019-11-25 23:30:51 +08:00
"rules": {
"@typescript-eslint/no-empty-function": 0,
"@typescript-eslint/unbound-method": 0,
"@typescript-eslint/no-extra-parens": 0,
2019-11-26 13:01:15 +08:00
"max-len": [
2,
120
]
2019-11-25 23:30:51 +08:00
}
},
{
"files": [
"resources/assets/src/components/mixins/*.ts"
],
"rules": {
"@typescript-eslint/no-extra-parens": 0
2019-03-17 21:09:46 +08:00
}
}
]
2019-03-15 11:42:41 +08:00
},
"jest": {
2020-01-16 16:14:49 +08:00
"preset": "ts-jest",
2018-07-31 22:58:35 +08:00
"resetMocks": true,
2018-08-12 08:55:42 +08:00
"timers": "fake",
2018-07-27 09:53:14 +08:00
"transform": {
2020-01-16 16:14:49 +08:00
".*\\.js$": "babel-jest",
".*\\.tsx?$": "ts-jest",
2018-07-27 09:53:14 +08:00
".*\\.vue$": "vue-jest"
},
"moduleFileExtensions": [
"js",
2019-03-17 21:09:46 +08:00
"ts",
2020-01-21 10:22:20 +08:00
"tsx",
2020-01-23 22:52:09 +08:00
"vue",
2018-07-27 09:53:14 +08:00
"json",
"node"
],
"moduleNameMapper": {
2018-08-01 22:36:12 +08:00
"^@/(.*)$": "<rootDir>/resources/assets/src/$1",
2020-01-27 15:49:09 +08:00
"\\.(s?css|styl)$": "<rootDir>/resources/assets/tests/__mocks__/style.ts",
2019-03-18 09:55:24 +08:00
"\\.(png|jpg)$": "<rootDir>/resources/assets/tests/__mocks__/file.ts"
2018-07-27 09:53:14 +08:00
},
2019-02-19 11:55:54 +08:00
"setupFilesAfterEnv": [
2019-11-26 11:44:44 +08:00
"<rootDir>/resources/assets/tests/setup.ts"
2019-02-19 11:55:54 +08:00
],
2018-07-27 09:53:14 +08:00
"coveragePathIgnorePatterns": [
"/node_modules/",
2018-09-07 23:58:00 +08:00
"<rootDir>/resources/assets/tests/setup",
2020-03-21 17:30:44 +08:00
"<rootDir>/resources/assets/tests/utils",
"<rootDir>/resources/assets/tests/scripts/cli/stdio"
2018-07-27 16:16:36 +08:00
],
2020-01-21 10:22:20 +08:00
"testMatch": [
"<rootDir>/resources/assets/tests/**/*.test.ts",
"<rootDir>/resources/assets/tests/**/*.test.tsx"
],
"globals": {
"ts-jest": {
"tsConfig": "<rootDir>/resources/assets/tests/tsconfig.json",
"isolatedModules": true
}
}
2016-07-21 22:01:57 +08:00
}
}