-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 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
{
"name": "old-norwegian-dictionary-next",
"description": "Next.js implementation of Old Norwegian Dictionary",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/stscoundrel/old-norwegian-dictionary-next.git",
"author": "stscoundrel <[email protected]>",
"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\":\"85\", \"branches\":\"85\", \"lines\":\"90\"}}'"
},
"dependencies": {
"abbreviatrix": "^1.0.8",
"markari": "^1.0.7",
"next": "^15.0.3",
"next-pwa": "^5.6.0",
"old-norse-alphabet": "^1.2.5",
"old-norse-alphabet-sort": "^1.1.13",
"old-norwegian-dictionary": "^1.0.4",
"old-norwegian-dictionary-abbreviations": "^1.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reset-css": "^5.0.2",
"riimut": "^0.9.1",
"sass": "^1.81.0",
"scandinavian-dictionary-crosslinker": "^0.7.0",
"sitemap": "^7.1.1",
"slugify": "^1.6.6",
"teljari": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^8.14.0",
"cypress": "^13.15.2",
"eslint": "8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "^14.2.13",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"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.16.1",
"react-test-renderer": "^18.3.1",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}