-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 895 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 895 Bytes
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": "my-electron-app",
"version": "1.0.0",
"description": "Hello World!",
"main": "main/main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd renderer && npm run build",
"dev": "cd renderer && npm run dev"
},
"author": "Ozan Kan",
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-react": "^5.0.3",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.0",
"cross-env": "^10.0.0",
"electron": "^37.2.5",
"electronmon": "^2.0.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"vite": "^7.1.7",
"wait-on": "^8.0.4"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"csv": "^6.4.1",
"framer-motion": "^12.23.24",
"plotly.js": "^3.1.0",
"rc-slider": "^11.1.8",
"rc-tooltip": "^6.4.0",
"react-plotly.js": "^2.6.0"
}
}