-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
100 lines (100 loc) · 3.19 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "headstart",
"version": "6.0.0",
"description": "Head Start presents you with the main areas in the field, and lets you zoom into the most important publications within each area. It is intended to give researchers that are new to a field a head start on their literature review (hence the name).",
"main": "./vis/vis.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "TZ='Europe/Vienna' vitest",
"dev": "webpack --progress --watch --mode=development",
"prod": "webpack --progress",
"start": "webpack serve --progress --mode=development --env publicPath=http://localhost:8080/dist/",
"lint": "eslint \"./vis/js/**/*.js?(x)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenKnowledgeMaps/Headstart.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OpenKnowledgeMaps/Headstart/issues"
},
"homepage": "https://github.com/OpenKnowledgeMaps/Headstart#readme",
"dependencies": {
"@babel/runtime": "^7.17.2",
"@citation-js/core": "^0.5.4",
"@citation-js/plugin-csl": "^0.5.4",
"bootstrap": "3.4.1",
"bowser": "^2.11.0",
"d3": "^3.5.17",
"d3-ease": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-transition": "^3.0.1",
"dateformat": "^2.0.0",
"hyphenation.en-us": "*",
"hypher": "^0.2.4",
"iso-639-1": "^2.1.9",
"jquery": "^3.4.1",
"mark.js": "^8.11.1",
"react": "^16.13.1",
"react-bootstrap": "^0.33.1",
"react-dom": "^16.13.1",
"react-highlight-words": "^0.16.0",
"react-hyphen": "^1.4.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"shave": "^2.5.7"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.25.7",
"@rollup/plugin-inject": "^5.0.5",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^12.1.5",
"@types/d3": "^7.4.3",
"@types/dateformat": "^5.0.2",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.31",
"@types/node": "^22.7.7",
"@types/react": "^16.14.62",
"@types/react-bootstrap": "^0.32.37",
"@types/react-dom": "^16.9.24",
"@vitejs/plugin-react": "^4.3.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.9.0",
"bootstrap-sass": "^3.3.6",
"css-loader": "^6.3.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.36.1",
"file-loader": "^6.2.0",
"imports-loader": "^3.0.0",
"jsdom": "^25.0.0",
"mini-css-extract-plugin": "^2.3.0",
"node-fetch": "^2.7.0",
"process": "^0.11.10",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.9",
"resolve": "^1.7.1",
"sass": "^1.23.7",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"url-loader": "^4.1.1",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.1.1",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.1"
}
}