-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.84 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
53
54
55
56
57
58
59
{
"name": "open-rechtspraak",
"description": "A database of judges and verdicts of the Dutch judiciary.",
"version": "1.1.3",
"license": "MIT",
"repository": "https://github.com/openstate/open-rechtspraak",
"dependencies": {
"@fortawesome/fontawesome-free": "^7",
"@fortawesome/fontawesome-svg-core": "^7",
"@fortawesome/free-brands-svg-icons": "^7",
"@fortawesome/free-solid-svg-icons": "^7",
"@popperjs/core": "^2.9.3",
"axios": "^1.8.4",
"axios-hooks": "^5.0.0",
"bootstrap": "^5.3.3",
"prismjs": "^1.30.0",
"react": "^19",
"react-dom": "19",
"use-debounce": "^10.1.1"
},
"scripts": {
"dev": "npm run development",
"development": "NODE_ENV=debug webpack --mode development --watch",
"prod": "NODE_ENV=production webpack --progress",
"test": "jest --config assets/jest.config.ts",
"lint": "eslint ./assets/ --ext=.ts,.tsx"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bootstrap": "^5.2.4",
"@types/jest": "^30",
"@types/node": "^25.6.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-jest": "^30",
"babel-loader": "^10",
"eslint": "^9",
"eslint-import-resolver-typescript": "^4",
"eslint-plugin-react": "^7.31.8",
"jest": "^30",
"jest-environment-jsdom": "^30",
"sass": "^1.35.2",
"sass-loader": "^16.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"webpack": "^5.45.1",
"webpack-cli": "^7"
}
}