-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ysyx-chip-area-visualizer",
"description": "Visualize Yosys `stat` reports.",
"license": "AGPL-3.0-or-later",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build-pages": "tsc -b && vite build --base=https://csmantle.top/ysyx-chip-area-visualizer/",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/noto-sans": "^5.1.1",
"@fontsource-variable/source-code-pro": "^5.1.1",
"@mui/icons-material": "^6.4.4",
"@mui/material": "^6.4.4",
"d3": "^7.9.0",
"lodash-es": "^4.17.21",
"notistack": "^3.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"toposort": "^2.0.2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@types/toposort": "^2.0.7",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"prettier": "^3.5.1",
"rollup": "^4.34.7",
"sass-embedded": "^1.85.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "^6.1.0",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
},
"packageManager": "[email protected]"
}