-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "stats-passant",
"version": "1.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"stylelint": "stylelint \"**/*.{css,vue}\" --fix",
"prerelease": "npm run lint && npm run stylelint && git add . && git diff-index --quiet HEAD || git commit -m \"chore: lint and stylelint\"",
"release": "commit-and-tag-version"
},
"dependencies": {
"@mliebelt/pgn-parser": "^1.4.11",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chess-web-api": "^1.1.2",
"chess.js": "^1.0.0-beta.5",
"feather-icons": "^4.29.0",
"oauth2-pkce": "^2.1.3",
"oh-vue-icons": "^1.0.0-rc3",
"vue": "^3.2.47",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.2.0",
"vue-feather": "^2.0.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/eslint-config-prettier": "^7.1.0",
"commit-and-tag-version": "^12.2.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"postcss-html": "^1.5.0",
"prettier": "^2.8.8",
"stylelint": "^15.6.2",
"stylelint-config-clean-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.4.0",
"vite": "^4.3.4"
}
}