forked from eelab-dev/EEcircuit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.9 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.9 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "eecircuit",
"source": "index.html",
"version": "0.0.1",
"description": "Circuit Simulator",
"type": "module",
"scripts": {
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
"vercel-prod": "vercel --prod",
"vercel": "vercel",
"serve": "serve dist",
"dev": "vite",
"build": "node --max-old-space-size=4096 node_modules/.bin/vite build",
"preview": "vite preview",
"check": "tsc --noEmit"
},
"author": "Danial Chitnis",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@chakra-ui/cli": "^3.27.1",
"@eslint/js": "^9.37.0",
"@playwright/test": "^1.56.0",
"@types/babel__core": "^7",
"@types/node": "^24.7.2",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-transform-hook-names": "^1.0.2",
"csv-parser": "^3.2.0",
"eslint": "^9.37.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",
"process": "^0.11.10",
"serve": "^14.2.5",
"simple-git": "^3.28.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0",
"vercel": "^48.2.9",
"vite": "^7.1.9",
"vite-tsconfig-paths": "^5.1.4"
},
"dependencies": {
"-": "^0.0.1",
"@chakra-ui/react": "^3.27.1",
"@emotion/react": "^11.14.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.2.0",
"baseline-browser-mapping": "^2.10.0",
"comlink": "^4.4.2",
"eecircuit-engine": "^1.5.6",
"monaco-editor": "^0.54.0",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"webgl-plot": "^0.7.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.52.4"
}
}