-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 838 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
{
"name": "vanilla-typescript",
"version": "1.0.0",
"description": "JavaScript and TypeScript example starter project",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open --port 3000",
"build": "parcel build index.html",
"dev": "parcel index.html --open --port 3000"
},
"dependencies": {
"axios": "^0.27.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"graphology": "^0.25.0",
"graphology-gexf": "^0.10.2",
"graphology-layout-force": "^0.2.4",
"graphology-layout-forceatlas2": "^0.9.2",
"graphology-types": "^0.24.4",
"install": "^0.13.0",
"n": "^9.0.0",
"npm": "^8.19.2",
"parcel-bundler": "^1.12.5",
"sigma": "^2.3.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"typescript": "^4.8.3"
}
}