120 lines
3.5 KiB
JSON
120 lines
3.5 KiB
JSON
{
|
|
"name": "hidche_lib",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "js/index.js",
|
|
"scripts": {
|
|
"test": "npm-run-all test-php-gateway test-ts",
|
|
"test-php-gateway": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests",
|
|
"test-ts": "mocha",
|
|
"build": "webpack",
|
|
"buildDev": "webpack --mode=development",
|
|
"watch": "webpack watch --mode=development",
|
|
"watchProd": "webpack watch",
|
|
"lint": "eslint hwe/ts",
|
|
"tsNode": "node --loader ts-node/esm --experimental-specifier-resolution=node"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@storage.hided.net:2525/devsam/core.git"
|
|
},
|
|
"author": "Hide_D",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.2",
|
|
"@tiptap/extension-color": "^2.0.0-beta.9",
|
|
"@tiptap/extension-image": "^2.0.0-beta.27",
|
|
"@tiptap/extension-link": "^2.0.0-beta.36",
|
|
"@tiptap/extension-text-align": "^2.0.0-beta.29",
|
|
"@tiptap/extension-text-style": "^2.0.0-beta.23",
|
|
"@tiptap/extension-underline": "^2.0.0-beta.23",
|
|
"@tiptap/starter-kit": "^2.0.0-beta.183",
|
|
"@tiptap/vue-3": "^2.0.0-beta.90",
|
|
"@types/bootstrap": "^5.1.9",
|
|
"@types/downloadjs": "^1.4.3",
|
|
"@types/linkifyjs": "^2.1.4",
|
|
"@types/select2": "^4.0.55",
|
|
"@types/uuid": "^8.3.4",
|
|
"async-validator": "^4.0.7",
|
|
"axios": "^0.26.0",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-vue-3": "^0.1.6",
|
|
"buffer": "^6.0.3",
|
|
"core-js": "^3.21.1",
|
|
"date-fns": "^2.28.0",
|
|
"downloadjs": "^1.4.7",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"jquery": "^3.6.0",
|
|
"js-sha512": "^0.8.0",
|
|
"linkifyjs": "^3.0",
|
|
"lodash": "^4.17.21",
|
|
"query-string": "^7.1.1",
|
|
"select2": "^4.0",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.2.31",
|
|
"vue-multiselect": "^3.0.0-alpha.2",
|
|
"vue-types": "^4.1.1",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.3",
|
|
"@babel/core": "^7.17.5",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/jquery": "^3.5.13",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.18",
|
|
"@types/react": "file:hwe/ts/@types/types__react",
|
|
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
"@typescript-eslint/parser": "^5.12.0",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"babel-plugin-lodash": "^3.3.4",
|
|
"babel-preset-modern-browsers": "^15.0.2",
|
|
"bootswatch": "^5.1.3",
|
|
"chai": "^4.3.6",
|
|
"chai-bytes": "^0.1.2",
|
|
"clean-terminal-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^6.6.0",
|
|
"cssnano": "^5.0.17",
|
|
"esbuild-loader": "^2.18.0",
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-vue": "^8.4.1",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.5.3",
|
|
"mocha": "^9.2.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-discard-duplicates": "^5.0.3",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-loader": "^6.2.1",
|
|
"pre-commit": "^1.2.2",
|
|
"sass": "^1.49.8",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-node": "^10.6.0",
|
|
"tsconfig-paths": "^3.13.0",
|
|
"typescript": "^4.5.5",
|
|
"url-loader": "^4.1.1",
|
|
"vue-eslint-parser": "^8.2.0",
|
|
"vue-loader": "^17.0.0",
|
|
"vue-style-loader": "^4.1.3",
|
|
"webpack": "^5.69.1",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"browserslist": [
|
|
"last 3 versions",
|
|
"> 0.4%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"not ie <= 11"
|
|
]
|
|
}
|