forked from HybirdCorp/creme_crm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 KB
/
package.json
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
{
"name": "creme-trunk",
"version": "2.3.0",
"license": "AGPL-3.0",
"scripts": {
"eslint-install": "npm i \"file:${ESLINT_CREME_PLUGINS:-creme/static/utils/eslint/}/eslint-plugin-template-0.5.0-hybird.tgz\" --no-save"
},
"dependencies": {
"ansi-regex": ">=5.0.1",
"argparse": "1.0.9",
"axios": "^0.21",
"colors": "^1.4.0",
"eslint": "7.32.0",
"eslint-plugin-standard": "5.0.0",
"follow-redirects": "^1.15.1",
"graceful-fs": "^4.2.10",
"has-flag": "4.0.0",
"jquery": "3.6.0",
"js-yaml": "3.13.1",
"jsdom": "16.5.0",
"json-schema": ">=0.4.0",
"karma": "6.3.17",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "2.2.0",
"karma-firefox-launcher": "2.1.0",
"karma-jsdom-launcher": "12.0.0",
"karma-qunit": "1.2.1",
"log4js": "^6.5.2",
"minimist": "1.2.6",
"qunitjs": "1.18.0",
"set-value": "^4",
"socket.io": "^3",
"which": "1.2.14",
"yarn": "1.22.10"
}
}