-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 937 Bytes
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
{
"name": "geomvis",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@svgdotjs/svg.topoly.js": "^1.0.2",
"@types/jquery": "^3.3.29",
"avl": "^1.4.4",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"line-intersect": "^2.2.0",
"popper.js": "^1.14.7",
"svg.draggable.js": "^2.2.2",
"svg.draw.js": "^2.0.3",
"svg.js": "^2.7.1",
"svg.resize.js": "^1.4.3",
"svg.select.js": "^3.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"css-loader": "^2.1.1",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.3.4000",
"typescript-tslint-plugin": "^0.3.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "Ricardo Farracho (ABCRic)",
"license": ""
}