-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.76 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"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.6",
"@tiptap/extension-color": "^2.0.0-beta.220",
"@tiptap/extension-image": "^2.0.0-beta.220",
"@tiptap/extension-link": "^2.0.0-beta.220",
"@tiptap/extension-text-align": "^2.0.0-beta.220",
"@tiptap/extension-text-style": "^2.0.0-beta.220",
"@tiptap/extension-underline": "^2.0.0-beta.220",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"@tiptap/vue-3": "^2.0.0-beta.220",
"@types/bootstrap": "^5.2.6",
"@types/chai": "^4.3.4",
"@types/downloadjs": "^1.4.3",
"@types/jquery": "^3.5.16",
"@types/lodash-es": "^4.17.7",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"@types/react": "file:hwe/ts/@types/types__react",
"@types/select2": "^4.0.55",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^11.0.2",
"@vueuse/core": "^9.1.1",
"ag-grid-community": "^29.1.0",
"ag-grid-vue3": "^29.1.0",
"async-validator": "^4.2.5",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-modern-browsers": "^15.0.2",
"binary-search": "^1.3.6",
"bootstrap": "^5.2.3",
"bootstrap-vue-next": "^0.7.3",
"bootswatch": "^5.2.3",
"buffer": "^6.0.3",
"chai": "^4.3.7",
"chai-bytes": "^0.1.2",
"clean-terminal-webpack-plugin": "^3.0.0",
"core-js": "^3.29.1",
"css-color-names": "^1.0.1",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"date-fns": "^2.29.3",
"denque": "^2.1.0",
"detect-it": "^4.0.1",
"downloadjs": "^1.4.7",
"esbuild-loader": "^3.0.1",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"file-loader": "^6.2.0",
"jquery": "^3.6.4",
"js-sha512": "^0.8.0",
"ky": "^0.33.3",
"linkify-string": "^4.1.0",
"linkifyjs": "^4.1.0",
"lodash-es": "^4.17.21",
"mini-css-extract-plugin": "^2.7.5",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"postcss-discard-duplicates": "^5.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.1.0",
"pre-commit": "^1.2.2",
"prettier": "^2.8.4",
"prettier-eslint": "^15.0.1",
"query-string": "^8.1.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"select2": "^4.0",
"style-loader": "^3.3.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.0.2",
"url-loader": "^4.1.1",
"uuid": "^9.0.0",
"vue": "^3.2.37",
"vue-eslint-parser": "^9.1.0",
"vue-loader": "^17.0.1",
"vue-multiselect": "^3.0.0-beta.1",
"vue-style-loader": "^4.1.3",
"vue-types": "^5.0.2",
"vuedraggable": "^4.1.0",
"vuedraggable-es": "^4.1.1",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1"
},
"browserslist": [
"last 3 versions",
"> 0.4%",
"not dead",
"not op_mini all",
"not ie <= 11"
]
}