-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "amaranth-playground",
"version": "0.0.0",
"description": "Playground for experimenting with and sharing short Amaranth programs on the web",
"author": "Catherine <[email protected]>",
"license": "BSD-2-Clause",
"homepage": "https://github.com/amaranth-lang/playground#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/amaranth-lang/playground.git"
},
"bugs": {
"url": "https://github.com/amaranth-lang/playground/issues"
},
"scripts": {
"build": "node build.mjs build",
"minify": "node build.mjs minify",
"watch": "node build.mjs watch",
"serve": "node build.mjs serve"
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.16",
"@mui/icons-material": "^5.15.10",
"@mui/joy": "^5.0.0-beta.28",
"@types/d3": "^7.4.3",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@yowasp/yosys": "release",
"d3-wave": "^1.1.5",
"esbuild": "^0.20.0",
"monaco-editor": "^0.46.0",
"pyodide": "^0.25.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}