-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
53
54
55
56
{
"name": "minibank-xtreme",
"version": "0.0.1",
"main": "dist-electron/main/index.js",
"description": "Minibank Xtreme",
"author": "Bitraf Kjernegruppe",
"license": "ISC",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"build-pi": "tsc && vite build && electron-builder --armv7l",
"preview": "vite preview",
"pree2e": "vite build --mode=test"
},
"dependencies": {
"@sb1/ffe-core": "^27.3.5",
"@sb1/ffe-icons": "^14.0.1",
"@sb1/ffe-icons-react": "^11.0.2",
"@sb1/ffe-webfonts": "^4.0.1",
"@types/react-router-dom": "^5.3.3",
"classnames": "^2.5.1",
"csv-parse": "^5.4.0",
"csv-stringify": "^6.4.0",
"electron-updater": "^5.3.0",
"fs": "^0.0.1-security",
"react-router-dom": "^6.14.2",
"terminal.css": "^0.7.2"
},
"devDependencies": {
"@playwright/test": "^1.32.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"electron": "^23.2.0",
"electron-builder": "^23.6.0",
"electron-packager": "^17.1.1",
"less": "^4.2.0",
"less-plugin-npm-import": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.60.0",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}