-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 798 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
{
"name": "chip-annotation-viewer",
"version": "2.0.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/misdake/ChipAnnotationViewer.git"
},
"bugs": {
"url": "https://github.com/misdake/ChipAnnotationViewer/issues"
},
"homepage": "https://github.com/misdake/ChipAnnotationViewer#readme",
"scripts": {
"build": "webpack --env.production",
"dev": "webpack-dev-server"
},
"dependencies": {
"hammerjs": "^2.0.8",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2"
},
"devDependencies": {
"@types/hammerjs": "^2.0.36",
"ts-loader": "^5.3.3",
"tslib": "^1.9.3",
"typescript": "^3.4.1",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}