-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
112 lines (112 loc) · 4.15 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "soda-for-sparc",
"procductName": "SODA for SPARC",
"version": "15.2.3",
"description": "Keep Calm and Curate",
"main": "./out/main/index.js",
"author": "SODA Team",
"homepage": "https://www.electronjs.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fairdataihub/SODA-for-SPARC.git"
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config",
"build:mac": "npm run build && electron-builder --mac --config",
"build:linux": "npm run build && electron-builder --linux --config",
"python-onefile-build-win": "python -m PyInstaller --onefile --add-data ./src/pyflask/libcrypto-1_1-x64.dll;. --add-data ./src/pyflask/libssl-1_1-x64.dll;. --additional-hooks-dir=./hooks/hook-backports.py;. --clean ./src/pyflask/app.py --distpath ./pyflaskdist",
"python-onefile-build-unix": "python -m PyInstaller --onefile --clean ./src/pyflask/app.py --additional-hooks-dir=./hooks/hook-backports.py --distpath ./pyflaskdist",
"deploy-win": "npm run python-onefile-build-win && npm run build && electron-builder --win --config --publish always",
"deploy-linux": "npm run python-onefile-build-unix && npm run build && electron-builder --linux --config --publish always",
"deploy-mac": "npm run python-onefile-build-unix && npm run build && electron-builder --mac --config --publish always"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
"@electron-toolkit/utils": "^2.0.0",
"@fairdataihub/config": "^2.2.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"@mantine/core": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tabler/icons-react": "^3.1.0",
"@tarekraafat/autocomplete.js": "^10.2.7",
"@toast-ui/editor": "^3.2.2",
"@types/jstree": "^3.3.45",
"@yaireo/dragsort": "^1.3.1",
"@yaireo/tagify": "^4.17.9",
"accordion-js": "^3.3.4",
"animate.css": "4.1.1",
"axios": "^1.6.0",
"bootbox": "5.5.2",
"bootstrap": "4.0.0",
"bootstrap-icons": "1.5.0",
"bootstrap-select": "^1.13.18",
"check-disk-space": "^3.4.0",
"convert-csv-to-json": "^2.0.0",
"convert-excel-to-json": "^1.7.0",
"cropperjs": "^1.6.1",
"doi-regex": "^0.1.13",
"dragselect": "^3.0.4",
"electron-context-menu": "^3.6.1",
"electron-log": "^5.0.1",
"electron-notarize": "^1.2.2",
"electron-updater": "^6.1.7",
"esbuild": "^0.21.3",
"excel4node": "^1.8.2",
"find-free-port": "^2.0.0",
"fomantic-ui": "^2.9.3",
"fs-extra": "^11.1.1",
"image-data-uri": "^2.0.1",
"immer": "^10.0.4",
"ini": "^4.1.1",
"intro.js": "^7.2.0",
"jimp": "^0.22.10",
"jquery": "3.6.0",
"jspreadsheet": "^10.3.3",
"jstree": "^3.3.16",
"lottie-web": "^5.12.2",
"module": "^1.2.5",
"mv": "^2.1.1",
"node-localstorage": "^3.0.5",
"notyf": "^3.10.0",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.9.0",
"tippy.js": "^6.3.7",
"tui-date-picker": "^4.3.3",
"uuid": "^9.0.1",
"v8-compile-cache": "^2.4.0",
"validator": "^13.11.0",
"vite-plugin-commonjs-externals": "^0.1.3",
"xlsx": "^0.18.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.1",
"@electron-toolkit/eslint-config-prettier": "^1.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@vitejs/plugin-react": "^4.0.4",
"electron": "19.0.0",
"electron-builder": "^24.6.3",
"electron-vite": "^1.0.27",
"esbuild": "^0.21.3",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-copy": "^3.5.0",
"vite": "^4.4.9"
}
}