-
Notifications
You must be signed in to change notification settings - Fork 553
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 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
{
"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": "9.9.1",
"jqmodal": "1.4.2",
"jquery": "3.7.1",
"jquery-pjax": "2.0.1",
"jquery-ui": "1.14.2",
"jquery.browser": "0.1.0",
"jquery.cookie": "1.4.1",
"jszip": "3.10.1",
"less": "4.5.1",
"netmask": "2.0.2",
"source-map": "0.7.6",
"timeago.js": "^4.0.2",
"underscore": "1.13.8"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"@eslint/compat": "^2.0.2",
"@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-inject": "^5.0.5",
"@vitest/eslint-plugin": "^1.6.9",
"dotenv": "^17.3.1",
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"glob": "^13.0.6",
"globals": "^17.3.0",
"jiti": "^2.5.1",
"jsdom": "^28.1.0",
"knip": "^5.85.0",
"lodash": "^4.17.23",
"npm-run-all": "^4.1.5",
"panzoom": "^9.4.3",
"prettier": "^3.8.1",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-less": "^4.0.1",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"zod": "^4.3.6"
}
}