-
Notifications
You must be signed in to change notification settings - Fork 535
/
Copy pathpackage.json
43 lines (43 loc) · 969 Bytes
/
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
{
"private": true,
"engines": {
"node": ">= 18.18"
},
"type": "module",
"scripts": {
"dev": "vite -d",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@claviska/jquery-minicolors": "2.3.6",
"addons-linter": "7.8.0",
"clean-css": "5.3.3",
"clean-css-cli": "5.6.3",
"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": "1.6.7",
"underscore": "1.13.7"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"dotenv": "^16.4.7",
"glob": "^11.0.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"terser": "^5.37.0",
"vite": "^6.0.3",
"vitest": "^1.3.1"
}
}