64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "hidche_lib",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "js/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack",
|
|
"watch": "webpack watch",
|
|
"lint": "eslint hwe/ts ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@storage.hided.net:2525/devsam/core.git"
|
|
},
|
|
"author": "Hide_D",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/downloadjs": "^1.4.2",
|
|
"async-validator": "^4.0.1",
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.6.0",
|
|
"core-js": "^3.16.1",
|
|
"downloadjs": "^1.4.7",
|
|
"jquery": "^3.6.0",
|
|
"js-sha512": "^0.8.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^2.0.2",
|
|
"vue": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.14.8",
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/bootstrap": "^4.6.1",
|
|
"@types/jquery": "^3.5.6",
|
|
"@types/lodash": "^4.14.172",
|
|
"@types/luxon": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
|
"@typescript-eslint/parser": "^4.29.1",
|
|
"@vue/compiler-sfc": "^3.2.2",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"babel-preset-modern-browsers": "^15.0.2",
|
|
"css-loader": "^6.2.0",
|
|
"eslint": "^7.32.0",
|
|
"mini-css-extract-plugin": "^2.2.0",
|
|
"pre-commit": "^1.2.2",
|
|
"sass": "^1.37.5",
|
|
"sass-loader": "^12.1.0",
|
|
"style-loader": "^3.2.1",
|
|
"ts-loader": "^9.2.5",
|
|
"typescript": "^4.3.5",
|
|
"vue-loader": "^16.5.0",
|
|
"webpack": "^5.49.0",
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
]
|
|
}
|