-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
75 lines (75 loc) · 2.64 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
{
"name": "hotmap",
"version": "0.2.33",
"description": "WebGL Based Heatmap Viewer for Big Data and Bioinformatics",
"main": "dist/hotmap.js",
"module": "src/hotmap.js",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"build:dist": "NODE_ENV=production webpack -p --env.patch && npm run build-storybook",
"start": "webpack-dev-server --hot --inline",
"start:server": "http-server -o",
"lint": "node_modules/eslint/bin/eslint.js src/*.js demo/*.js",
"lint:fix": "node_modules/eslint/bin/eslint.js --fix src/*.js demo/*.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o storybook"
},
"dependencies": {
"pixi.js": "^5.0",
"vanilla-picker": "^2.7.2"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.2.3",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-knobs": "^5.2.6",
"@storybook/addon-notes": "^5.2.6",
"@storybook/addon-storysource": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/html": "^5.2.6",
"@storybook/theming": "^5.2.6",
"axios": "^0.19.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"fontfaceobserver": "^2.1.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.0",
"phylocanvas": "^2.8.1",
"proxy-polyfill": "^0.3.0",
"sass-loader": "^8.0.0",
"storybook": "^5.1.11",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.28.1",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nconrad/hotmap.git"
},
"author": {
"name": "nconrad",
"url": "https://github.com/nconrad/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nconrad/hotmap/issues"
},
"homepage": "https://github.com/nconrad/hotmap#readme",
"dojoBuild": "app.profile.js"
}