-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 932 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
{
"name": "test-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/view": "^6.34.1",
"@scala-js/vite-plugin-scalajs": "^1.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.8.2",
"@viz-js/lang-dot": "^1.0.4",
"@viz-js/viz": "3.3.0",
"codemirror": "^6.0.1",
"dot-parser": "file:./dot-parser",
"jsdom": "^24.1.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.14",
"postcss": "^8.4.31",
"rollup": "^4.24.2",
"sass": "^1.58.3",
"tailwindcss": "^3.4.14",
"typescript": "4.9.5",
"vite": "^5.4.10"
}
}