mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-09 06:00:31 +08:00
124 lines
3.6 KiB
JSON
124 lines
3.6 KiB
JSON
{
|
|
"name": "blessing-skin-server",
|
|
"version": "3.4.0",
|
|
"description": "A web application brings your custom skins back in offline Minecraft servers.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/printempw/blessing-skin-server"
|
|
},
|
|
"author": "printempw",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "webpack-serve",
|
|
"build": "webpack --mode=production -p",
|
|
"lint": "eslint --ext=.js,.vue -f=beauty .",
|
|
"test": "jest",
|
|
"codecov": "codecov -F js",
|
|
"postinstall": "rimraf node_modules/jest-runtime/node_modules/babel-core node_modules/jest-config/node_modules/babel-core"
|
|
},
|
|
"resolutions": {
|
|
"uglify-es": "npm:terser"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0-beta.55",
|
|
"@fortawesome/fontawesome-free": "^5.2.0",
|
|
"admin-lte": "^2.4.2",
|
|
"bootstrap": "^3.3.7",
|
|
"bootstrap-fileinput": "^4.4.7",
|
|
"chart.js": "^2.7.1",
|
|
"es6-promise": "^4.2.4",
|
|
"highlight.js": "^9.12.0",
|
|
"icheck": "^1.0.2",
|
|
"jquery": "^3.3.1",
|
|
"skinview3d": "^1.1.0-alpha.4",
|
|
"sweetalert2": "^7.26.9",
|
|
"toastr": "^2.1.4",
|
|
"vue": "^2.5.16",
|
|
"vue-good-table": "^2.12.2",
|
|
"vuejs-paginate": "^2.0.1",
|
|
"whatwg-fetch": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0-beta.54",
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-beta.54",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54",
|
|
"@babel/plugin-transform-runtime": "^7.0.0-beta.55",
|
|
"@babel/preset-env": "^7.0.0-beta.54",
|
|
"@types/jest": "^23.3.1",
|
|
"@types/jquery": "^3.3.5",
|
|
"@vue/test-utils": "^1.0.0-beta.21",
|
|
"autoprefixer": "^9.0.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-loader": "^8.0.0-beta.4",
|
|
"babel-plugin-dynamic-import-node": "^2.0.0",
|
|
"cache-loader": "^1.2.2",
|
|
"codecov": "^3.0.0",
|
|
"copy-webpack-plugin": "^4.5.2",
|
|
"css-loader": "^1.0.0",
|
|
"cssnano": "^4.0.4",
|
|
"csso-loader": "^0.3.1",
|
|
"eslint": "^5.2.0",
|
|
"eslint-formatter-beauty": "^3.0.0-beta.2",
|
|
"eslint-plugin-vue": "^5.0.0-beta.1",
|
|
"file-loader": "^1.1.11",
|
|
"jest": "^23.4.1",
|
|
"jest-extended": "^0.7.2",
|
|
"json-loader": "^0.5.7",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"postcss-loader": "^2.1.6",
|
|
"rimraf": "^2.6.2",
|
|
"style-loader": "^0.21.0",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"url-loader": "^1.0.1",
|
|
"vue-jest": "^2.6.0",
|
|
"vue-loader": "^15.2.6",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"webpack": "^4.16.3",
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-serve": "^2.0.2",
|
|
"webpackbar": "^2.6.1",
|
|
"yaml-loader": "^0.5.0"
|
|
},
|
|
"jest": {
|
|
"resetMocks": true,
|
|
"transform": {
|
|
"^.+\\.js$": "babel-jest",
|
|
".*\\.vue$": "vue-jest"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"vue",
|
|
"json",
|
|
"node"
|
|
],
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/resources/assets/src/$1",
|
|
"\\.css$": "<rootDir>/resources/assets/tests/__mocks__/style.js",
|
|
"\\.(png|jpg)$": "<rootDir>/resources/assets/tests/__mocks__/file.js"
|
|
},
|
|
"setupTestFrameworkScriptFile": "<rootDir>/resources/assets/tests/setup.js",
|
|
"coveragePathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"setup",
|
|
"utils",
|
|
"assets/src/js"
|
|
],
|
|
"testRegex": "resources/assets/tests/.*\\.(spec|test)\\.js"
|
|
},
|
|
"serve": {
|
|
"clipboard": false,
|
|
"devMiddleware": {
|
|
"headers": {
|
|
"Access-Control-Allow-Origin": "*"
|
|
},
|
|
"host": "0.0.0.0",
|
|
"logLevel": "warn",
|
|
"publicPath": "/public/"
|
|
}
|
|
}
|
|
}
|