-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.87 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
{
"name": "fen-tool",
"version": "1.0.0",
"description": "Quick online tool for editing FEN.",
"main": "index.js",
"scripts": {
"build": "gulp",
"lint": "eslint src",
"start": "serve -L docs",
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@mutsuntsai/esbuild-plugin-vue": "^0.1.6",
"@playwright/test": "^1.44.0",
"@stylistic/eslint-plugin": "^1.8.1",
"@swc/core": "^1.5.7",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^4.3.16",
"@types/gtag.js": "^0.0.19",
"@types/gulp-concat": "^0.0.37",
"@types/gulp-load-plugins": "^0.0.37",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"chai": "^5.1.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-vue": "^9.26.0",
"global-jsdom": "^24.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-esbuild": "^0.12.0",
"gulp-fontawesome": "^1.0.4",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-newer": "^1.4.0",
"gulp-purgecss": "^6.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"gulp-vue-ssg": "1.2.4",
"gulp-workbox": "^1.0.6",
"jsdom": "^24.0.0",
"mocha": "^10.4.0",
"sass": "^1.77.2",
"serve": "^14.2.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"vinyl-sourcemaps-apply": "^0.2.1",
"workbox-build": "^7.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^5.3.3",
"chess.js": "1.0.0-beta.8",
"vue": "^3.4.27",
"vue-slicksort": "^2.0.5",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"yaml": "^2.4.2"
}
}