-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.31 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": "cleasby-vigfusson-next",
"description": "The Cleasby & Vigfusson Old Norse Dictionary for Next.js",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/stscoundrel/cleasby-vigfusson-next.git",
"author": "stscoundrel <silvennoinen.sampo@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src tests",
"fix": "eslint src tests --fix",
"jest": "jest --verbose --passWithNoTests",
"test:unit": "yarn jest",
"test:integration": "yarn cypress run --env env=test --spec 'tests/integration/tests/**/*'",
"test:coverage": "jest --coverage tests src/components --coverageThreshold='{\"global\":{\"statements\":\"90\", \"functions\":\"80\", \"branches\":\"80\", \"lines\":\"90\"}}'"
},
"dependencies": {
"@types/cleasby-vigfusson-dictionary": "^1.0.2",
"abbreviatrix": "^1.0.8",
"cleasby-vigfusson-abbreviations": "^1.0.11",
"cleasby-vigfusson-dictionary": "^1.0.16",
"markari": "^1.0.7",
"next": "^14.2.3",
"next-pwa": "^5.6.0",
"old-norse-alphabet": "^1.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"reset-css": "^5.0.2",
"riimut": "^0.9.1",
"sass": "^1.77.2",
"scandinavian-dictionary-crosslinker": "^0.6.0",
"sitemap": "^7.1.1",
"slugify": "^1.6.6",
"teljari": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"cypress": "^13.9.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.3",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"identity-obj-proxy": "^3.0.0",
"jafningjar": "^1.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node-mocks-http": "^1.14.1",
"old-norse-alphabet-sort": "^1.1.12",
"react-test-renderer": "^18.3.1",
"spyrjari": "^1.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"volva": "^2.0.5"
}
}