-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "drawing-tool",
"description": "HTML5 Drawing Tool",
"author": "",
"version": "2.3.2",
"bugs": {
"url": "https://github.com/concord-consortium/drawing-tool/issues"
},
"homepage": "https://github.com/concord-consortium/drawing-tool#readme",
"main": "app/index.js",
"keywords": [
"drawing",
"tool",
"draw",
"js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/concord-consortium/drawing-tool.git"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --inline --hot --content-base dist/",
"server": "webpack-dev-server"
},
"peerDependencies": {
"jquery": ">= 2.1.3"
},
"dependencies": {
"eventemitter2": "~0.4.14",
"fabric": "3.6.3",
"hammerjs": "~2.0.4",
"query-string": "^4.3.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.6.0",
"file-loader": "^6.2.0",
"jquery": ">= 2.1.3",
"sass": "^1.55.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"license": "MIT"
}