-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "colander",
"version": "1.0.0",
"description": "Assets storage and analysis",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --watch",
"dist": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PiRogueToolSuite/colander.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PiRogueToolSuite/colander/issues"
},
"homepage": "https://github.com/PiRogueToolSuite/colander#readme",
"private": true,
"devDependencies": {
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1"
},
"dependencies": {
"@ungap/custom-elements": "^1.3.0",
"codemirror": "^6.0.1",
"cytoscape": "^3.30.4",
"cytoscape-context-menus": "^4.2.1",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-fcose": "^2.2.0",
"cytoscape-layout-utilities": "^1.1.1",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"thememirror": "^2.0.1",
"web-worker": "^1.2.0"
}
}