|
1 | 1 | { |
2 | 2 | "name": "lwt", |
3 | | - "version": "1.0.0", |
4 | | - "description": "NPM package for hugofara/LWT, a fork of LWT", |
| 3 | + "version": "2.10.0", |
| 4 | + "description": "Learning with Texts - A self-hosted language learning application for reading-based vocabulary acquisition", |
| 5 | + "type": "module", |
5 | 6 | "main": "index.js", |
| 7 | + "homepage": "https://hugofara.github.io/lwt/", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/HugoFara/lwt.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/HugoFara/lwt/issues" |
| 14 | + }, |
| 15 | + "author": { |
| 16 | + "name": "HugoFara", |
| 17 | + "url": "https://github.com/HugoFara" |
| 18 | + }, |
| 19 | + "contributors": [ |
| 20 | + { |
| 21 | + "name": "lang-learn-guy", |
| 22 | + "url": "https://sourceforge.net/u/lang-learn-guy/profile/" |
| 23 | + } |
| 24 | + ], |
| 25 | + "license": "Unlicense", |
| 26 | + "keywords": [ |
| 27 | + "lwt", |
| 28 | + "language-learning", |
| 29 | + "spaced-repetition", |
| 30 | + "vocabulary", |
| 31 | + "reading", |
| 32 | + "self-hosted", |
| 33 | + "education" |
| 34 | + ], |
| 35 | + "engines": { |
| 36 | + "node": ">=18.0.0" |
| 37 | + }, |
6 | 38 | "directories": { |
7 | 39 | "doc": "docs", |
8 | 40 | "test": "tests" |
9 | 41 | }, |
10 | 42 | "scripts": { |
11 | | - "test": "vitest run", |
12 | | - "test:watch": "vitest", |
13 | | - "test:coverage": "vitest run --coverage", |
14 | 43 | "dev": "vite", |
15 | 44 | "build": "vite build", |
16 | 45 | "build:themes": "node scripts/build-themes.js", |
17 | 46 | "build:all": "npm run build && npm run build:themes", |
| 47 | + "preview": "vite preview", |
| 48 | + "test": "vitest run", |
| 49 | + "test:watch": "vitest", |
| 50 | + "test:coverage": "vitest run --coverage", |
18 | 51 | "lint": "eslint .", |
19 | 52 | "lint:fix": "eslint . --fix", |
20 | | - "preview": "vite preview", |
21 | 53 | "typecheck": "tsc --noEmit", |
| 54 | + "e2e": "cypress run", |
22 | 55 | "cy:open": "cypress open", |
23 | 56 | "cy:run": "cypress run", |
24 | | - "e2e": "cypress run", |
25 | 57 | "docs:dev": "node scripts/docs-pre-build.js && vitepress dev docs-src", |
26 | 58 | "docs:build": "node scripts/docs-pre-build.js && vitepress build docs-src", |
27 | 59 | "docs:preview": "vitepress preview docs-src" |
28 | 60 | }, |
29 | | - "type": "module", |
30 | | - "repository": { |
31 | | - "type": "git", |
32 | | - "url": "git+https://github.com/HugoFara/lwt.git" |
33 | | - }, |
34 | | - "keywords": [ |
35 | | - "lwt", |
36 | | - "language", |
37 | | - "learning", |
38 | | - "spaced-repetition", |
39 | | - "system", |
40 | | - "web", |
41 | | - "reader" |
42 | | - ], |
43 | | - "author": "lang-learn-guy, hugofara", |
44 | | - "license": "Unlicense", |
45 | | - "bugs": { |
46 | | - "url": "https://github.com/HugoFara/lwt/issues" |
47 | | - }, |
48 | | - "homepage": "https://github.com/HugoFara/lwt#readme", |
49 | 61 | "dependencies": { |
50 | 62 | "@yaireo/tagify": "^4.35.6", |
51 | 63 | "alpinejs": "^3.15.2", |
|
0 commit comments