-
- Downloads
chore: initial commit
parents
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.md 5 additions, 0 deletionsREADME.md
- animation.js 9 additions, 0 deletionsanimation.js
- anki-tags.config.json 7 additions, 0 deletionsanki-tags.config.json
- back.html 9 additions, 0 deletionsback.html
- front.html 2 additions, 0 deletionsfront.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 21 additions, 0 deletionspackage.json
- parcel-dev.json 6 additions, 0 deletionsparcel-dev.json
.gitignore
0 → 100644
README.md
0 → 100644
animation.js
0 → 100644
anki-tags.config.json
0 → 100644
back.html
0 → 100644
front.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "anki-test", | ||
"version": "1.0.0", | ||
"description": "", | ||
"license": "ISC", | ||
"author": "", | ||
"type": "commonjs", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"hanzi-writer": "^3.7.2" | ||
}, | ||
"devDependencies": { | ||
"parcel": "^2.14.4", | ||
"parcel-transformer-anki-tags": "^0.1.2" | ||
}, | ||
"@parcel/bundler-default": { | ||
"minBundles": 10000 | ||
} | ||
} |
parcel-dev.json
0 → 100644
Please register or sign in to comment