-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
110 lines (110 loc) · 3.71 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
{
"name": "@brick-a-brack/eagle-animation",
"description": "EagleAnimation is an awesome, modern, free and open-source animation software",
"version": "2.10.1",
"private": false,
"author": {
"name": "Brick à Brack",
"email": "[email protected]",
"url": "https://brickfilms.com/"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/brick-a-brack/eagle-animation/issues"
},
"homepage": "https://github.com/brick-a-brack/eagle-animation",
"repository": {
"type": "git",
"url": "git+https://github.com/brick-a-brack/eagle-animation.git"
},
"license": "GPL-3.0",
"main": "./out/main/index.js",
"scripts": {
"start:electron": "electron-vite dev",
"start:electron:prod": "electron-vite preview",
"start:web": "vite --host",
"start:web:prod": "vite preview",
"build:web": "vite build",
"build:unpack": "electron-vite build && electron-builder --dir",
"build:win": "electron-vite build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac",
"build:linux": "electron-vite build && electron-builder --linux",
"postinstall": "electron-builder install-app-deps",
"extract-strings": "i18next-scanner",
"lint": "eslint ./src/ --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --fix --max-warnings 0 --no-ignore",
"stylelint": "stylelint src/**/*.css --ignore-path .gitignore --fix",
"prepare": "husky install"
},
"dependencies": {
"@braintree/browser-detection": "^2.0.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"animated-scroll-to": "^2.3.0",
"compare-versions": "^6.1.1",
"dexie": "^4.0.10",
"env-paths": "^2.2.1",
"ffmpeg-static": "^5.2.0",
"file-saver": "^2.0.5",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"intrinsic-scale": "^5.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"node-fetch": "^2.6.8",
"p-limit": "^6.1.0",
"path-browserify": "^1.0.1",
"postcss-media-minmax": "^5.0.0",
"posthog-js": "^1.198.0",
"prop-types": "^15.8.1",
"rc-slider": "^11.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.0",
"react-i18next": "^15.2.0",
"react-keyboard-event-handler": "^1.5.4",
"react-router-dom": "^7.0.2",
"react-select": "^5.9.0",
"react-tooltip": "^5.28.0",
"rimraf": "^6.0.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
"@vitejs/plugin-react": "^4.3.4",
"buffer": "^6.0.3",
"electron": "^33.2.1",
"electron-builder": "24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.13.0",
"husky": "^9.1.7",
"i18next-scanner": "^4.6.0",
"lightningcss": "^1.28.2",
"prettier": "^3.4.2",
"process": "^0.11.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"vite": "^6.0.3",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-top-level-await": "^1.4.4"
},
"optionalDependencies": {
"@brick-a-brack/napi-canon-cameras": "0.1.5"
}
}