-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 933 Bytes
/
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
{
"name": "lensing",
"version": "1.0.32",
"description": "Lens tooling plugin for OpenSeadragon ",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"watch": "webpack -w -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jessupjs/lensing.git"
},
"author": "Jared Jessup",
"license": "ISC",
"bugs": {
"url": "https://github.com/jessupjs/lensing/issues"
},
"homepage": "https://github.com/jessupjs/lensing#readme",
"keywords": [],
"dependencies": {
"d3": "^7.6.1",
"rxjs": "^6.6.3"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"source-map-loader": "^1.0.1",
"url-loader": "^4.1.0",
"webpack": "^5.71.0",
"webpack-cli": "^3.3.12"
}
}