-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 948 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
37
38
{
"name": "vpcstudio",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"ace-builds": "^1.4.8",
"bulma": "^0.8.0",
"cytoscape": "^3.13.0",
"cytoscape-no-overlap": "^1.0.1",
"cytoscape-popper": "^1.0.6",
"js-yaml": "^3.13.1"
},
"devDependencies": {
"@types/ace": "0.0.42",
"@types/chai": "^4.2.9",
"@types/cytoscape": "^3.8.8",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^7.0.1",
"@types/node": "^13.1.8",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"parcel": "^2.8.2",
"parcel-bundler": "^1.12.4",
"sass": "^1.25.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"scripts": {
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"lint": "eslint . --ext .ts"
},
"author": "QP",
"license": "MIT"
}