-
Notifications
You must be signed in to change notification settings - Fork 541
/
Copy pathpackage.json
65 lines (65 loc) · 1.73 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
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
{
"private": true,
"engines": {
"node": ">= 18.18"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "run-p *:check",
"fix": "run-p *:fix",
"eslint:check": "eslint",
"eslint:fix": "eslint --fix",
"stylelint:check": "stylelint './static/css'",
"stylelint:fix": "stylelint './static/css' --fix",
"knip:check": "knip",
"knip:fix": "knip --fix --allow-remove-files",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",
"addons-linter": "7.9.0",
"jqmodal": "1.4.2",
"jquery": "3.7.1",
"jquery-pjax": "2.0.1",
"jquery-ui": "1.14.1",
"jquery.browser": "0.1.0",
"jquery.cookie": "1.4.1",
"jszip": "3.10.1",
"less": "4.2.2",
"netmask": "2.0.2",
"source-map": "0.7.4",
"timeago.js": "^4.0.2",
"underscore": "1.13.7"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@eslint/compat": "^1.2.7",
"@eslint/js": "^9.17.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-inject": "^5.0.5",
"@vitest/eslint-plugin": "^1.1.38",
"dotenv": "^16.4.7",
"eslint": "^9.23.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"glob": "^11.0.1",
"globals": "^15.14.0",
"jiti": "^2.4.2",
"jsdom": "^26.0.0",
"knip": "^5.41.1",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.3",
"stylelint": "^16.17.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-less": "^3.0.1",
"vite": "^6.2.4",
"vitest": "^3.1.1",
"zod": "^3.24.2"
}
}