-
Notifications
You must be signed in to change notification settings - Fork 352
/
package.json
35 lines (35 loc) · 848 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
{
"name": "@viz-js/website",
"version": "0.0.0",
"private": true,
"type": "module",
"devDependencies": {
"mocha": "^10.6.0",
"parcel": "^2.12.0",
"plugins": "^0.4.2",
"process": "^0.11.10"
},
"dependencies": {
"@codemirror/language": "^6.8.0",
"@codemirror/lint": "^6.4.0",
"@codemirror/state": "^6.2.1",
"@lezer/common": "^1.0.3",
"@viz-js/lang-dot": "1.0.4",
"@viz-js/viz": "3.10.0",
"codemirror": "^6.0.1",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"utf8": "^3.0.0"
},
"source": [
"src/index.html",
"src/api/index.html",
"src/sitemap.txt"
],
"scripts": {
"build": "parcel build --no-cache --no-autoinstall",
"serve": "parcel serve --no-cache --no-autoinstall",
"test": "mocha --include \"test/*.test.js\""
}
}