-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
38 lines (38 loc) · 1.08 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
38
{
"name": "creme-trunk",
"version": "2.6.0",
"license": "AGPL-3.0",
"engines": {
"node": "^18.0.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": "^2",
"colors": "^1.4.0",
"eslint": "7.32.0",
"eslint-plugin-standard": "5.0.0",
"follow-redirects": "1.15.6",
"graceful-fs": "^4.2.11",
"has-flag": "^5.0.0",
"jquery": "3.7.1",
"js-yaml": "^4",
"jsdom": "^21",
"json-schema": ">=0.4.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-cli": "^2.0.0",
"karma-coverage": "2.2.0",
"karma-firefox-launcher": "2.1.2",
"karma-jsdom-launcher": "^14",
"karma-qunit": "1.2.0",
"log4js": "^6.9",
"minimist": "^1.2",
"qunitjs": "1.23.1",
"set-value": "^4",
"which": "^2.0.2",
"yarn": "1.22.19"
}
}