-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.13 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
66
67
68
69
70
71
72
73
74
75
{
"name": "fen-tool",
"version": "1.0.0",
"description": "Quick online tool for editing FEN.",
"main": "index.js",
"scripts": {
"build": "rsbuild build",
"lint": "eslint src",
"prebuild": "gulp",
"preview": "rsbuild preview --port 3001 --open http://localhost:3001",
"start": "rsbuild dev",
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@aaroon/workbox-rspack-plugin": "^0.3.2",
"@eslint/js": "^9.17.0",
"@mutsuntsai/esbuild-plugin-vue": "^0.1.6",
"@mutsuntsai/rsbuild-utils": "^1.0.1",
"@mutsuntsai/stylistic": "^1.0.3",
"@playwright/test": "^1.49.1",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-assets-retry": "^1.0.7",
"@rsbuild/plugin-check-syntax": "^1.2.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@rsbuild/plugin-vue": "^1.0.5",
"@rsdoctor/rspack-plugin": "^0.4.12",
"@stylistic/eslint-plugin": "^2.12.1",
"@swc/core": "^1.10.1",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.0.1",
"@types/gtag.js": "^0.0.20",
"@types/gulp-concat": "^0.0.37",
"@types/gulp-load-plugins": "^0.0.37",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"chai": "^5.1.2",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-vue": "^9.32.0",
"global-jsdom": "^25.0.0",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"gulp-esbuild": "^0.14.0",
"gulp-fontawesome": "^1.0.4",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-newer": "^1.4.0",
"gulp-vue-ssg": "1.2.4",
"jsdom": "^25.0.1",
"mocha": "^11.0.1",
"postcss-preset-env": "^10.1.2",
"purgecss": "^7.0.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"bootstrap": "^5.3.3",
"chess.js": "1.0.0-beta.8",
"vue": "^3.5.13",
"vue-slicksort": "^2.0.5",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"yaml": "^2.6.1"
}
}