-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "anitools",
"version": "1.0.0",
"author": "[email protected]",
"license": "GPL-3.0-or-later",
"description": "All sorts of shenanigans possibly helpful for AWC Challenges",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cs-check": "standard",
"css-check": "stylelint assets/css/ public/themes/",
"html-check": "htmlhint",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"ts-standard": {
"project": "./tsconfig.json"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"dependencies": {
"@fontsource-variable/inter": "^5.1",
"@fortawesome/fontawesome-free": "^6.7",
"@popperjs/core": "^2.11",
"@yaireo/tagify": "^4.32",
"datatables.net": "^2.1",
"datatables.net-colreorder": "^2.0",
"datatables.net-dt": "^2.1",
"halfmoon": "^1.1.1",
"inputmask": "^5.0",
"jquery": "^3.7",
"marked": "^15.0",
"nouislider": "^15.8",
"wnumb": "^1.2"
},
"devDependencies": {
"@types/wnumb": "^1.2",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"htmlhint": "^1.1",
"standard": "^17.1",
"stylelint": "^16.10",
"stylelint-config-standard": "^36.0",
"ts-standard": "^12.0",
"vite": "^6.0"
}
}