-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "feature-viewer-typescript-mobidb",
"version": "2.2.9",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BioComputingUP/feature-viewer-typescript-mobidb"
},
"author": "",
"scripts": {
"scss": "tcm -p assets/*.scss -c",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"test_npm": "npm pack && mv feature-viewer-typescript-mobidb-2.2.1.tgz ../ && cd .. && tar -xzvf feature-viewer-typescript-mobidb-2.2.1.tgz && cd feature-viewer-typescript-mobidb"
},
"files": [
"lib/**/*",
"DOC",
"assets",
"fonts"
],
"dependencies": {
"@types/d3": "5.7.2",
"@types/underscore": "1.8.16",
"byots": "4.1.0-dev.20200804.14.47",
"codemirror": "5.46.0",
"css-to-ts": "^1.0.1",
"d3-axis": "^1.0.12",
"d3-brush": "1.1.6",
"d3-scale": "2.2.2",
"d3-selection": "1.4.0",
"d3-shape": "1.3.5",
"html-to-image": "^0.1.1",
"npx": "^10.2.2",
"typed-css-modules": "^0.6.4",
"underscore": "^1.9.1"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@types/d3-axis": "1.0.12",
"@types/d3-scale": "2.1.1",
"@types/d3-selection": "1.4.1",
"@types/d3-shape": "1.3.1",
"aws-sdk": "2.455.0",
"css-loader": "^5.0.0",
"jsdoc": "^3.6.3",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"node-sass": "4.12.0",
"sass-loader": "^7.1.0",
"tsc-watch": "^4.2.9",
"typings-for-css-modules-loader": "^1.7.0",
"typescript": "^4.2.4"
}
}