-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 KB
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
{
"name": "anki-card",
"version": "1.2.0",
"description": "CSVを貼るだけで印刷可能な両面暗記カードを生成するシングルファイルアプリ(HTML/CSS/JS)。",
"keywords": [
"csv",
"education",
"flashcards",
"generator",
"html",
"javascript",
"offline-first",
"onefile",
"papaparse",
"printing",
"single-file",
"static-web-app"
],
"homepage": "https://github.com/qq542vev/anki-card",
"bug": {
"url": "https://github.com/qq542vev/anki-card/issues"
},
"license": "AGPL-3.0-only",
"author": {
"name": "qq542vev",
"url": "https://purl.org/meta/me/"
},
"files": [
"LICENSE.txt",
"README.txt",
"anki-card.desktop",
"index.html",
"licenses/"
],
"devDependencies": {
"@eslint/js": "^9.31.0",
"browserify": "^17.0.1",
"clean-css-cli": "^5.6.3",
"eslint": "^9.31.0",
"eslint-config-dublin-core": "^1.0.4",
"eslint-plugin-jsdoc": "^50.8.0",
"html-inline": "^1.2.0",
"html-minifier": "^4.0.0",
"jquery": "^3.7.1",
"markdownlint-cli": "^0.44.0",
"normalize.css": "^8.0.1",
"papaparse": "^5.5.3",
"speckit": "qq542vev/speckit",
"stylelint": "^16.21.1",
"stylelint-config-standard": "^38.0.0"
}
}