-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.8 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
{
"name": "unipept-visualizations",
"version": "2.1.1",
"description": "The Unipept visualisation library",
"homepage": "https://github.com/unipept/unipept-visualizations",
"bugs": "https://github.com/unipept/unipept-visualizations/issues",
"main": "dist/unipept-visualizations.js",
"typings": "./types",
"scripts": {
"test": "jest src/.*/.*.spec.ts",
"build": "webpack",
"types": "tsc --emitDeclarationOnly --downlevelIteration --declaration src/**/*.ts --outDir types --target esnext --skipLibCheck"
},
"repository": "github:unipept/unipept-visualizations",
"keywords": [
"unipept",
"d3",
"visualisations"
],
"author": "Team Unipept <unipept@ugent.be>",
"contributors": [
"Bart Mesuere",
"Pieter Verschaffelt"
],
"license": "MIT",
"dependencies": {
"@types/d3": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"core-js": "^3.8.1",
"d3": "^6.2.0",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.7",
"@types/puppeteer": "^5.4.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"canvas": "^2.7.0",
"eslint": "^7.17.0",
"flush-promises": "^1.0.2",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.4.0",
"jsdom": "^16.5.0",
"puppeteer": "^8.0.0",
"ts-jest": "^26.5.3",
"ts-loader": "^9.4.1",
"typescript": "^4.1.2",
"webpack": "^5.10.0",
"webpack-cli": "^4.3.1"
}
}