-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
137 lines (137 loc) · 5.83 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"private": true,
"productName": "Entry",
"name": "entry",
"version": "2.1.22",
"description": "Entry for offline",
"main": "src/main_build/main.bundle.js",
"scripts": {
"start": "cross-env NODE_ENV=development electron . --debug",
"debug": "cross-env NODE_ENV=development electron --inspect .",
"prod:debug": "cross-env NODE_ENV=production electron --inspect . --debug",
"prod:debug:brk": "cross-env NODE_ENV=production electron --inspect-brk=5858 .",
"test": "mocha --require ts-node/register */**/*.spec.ts",
"webpack:dev": "cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack",
"webpack:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack",
"webpack:watch": "cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack -w",
"webpack:watch:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack -w",
"dist:win32": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && electron-builder -c --win --ia32",
"dist:win64": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && electron-builder -c --win --x64",
"dist:win": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && electron-builder -c --win --x64 && electron-builder -c --win --ia32",
"dist:mac:notarize": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && cross-env NOTARIZE=true electron-builder -c --mac",
"dist:mac": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && cross-env NOTARIZE=false electron-builder -c --mac",
"rebuild": "electron-rebuild -f",
"postinstall": "yarn run rebuild && yarn run webpack:dev"
},
"keywords": [
"entry",
"entry-offline"
],
"author": "entrylabs",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.7",
"@electron/remote": "^2.0.8",
"@entrylabs/modal": "^1.2.7",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@types/fluent-ffmpeg": "^2.1.24",
"async-csv": "^2.1.3",
"axios": "^0.19.2",
"cross-spawn": "^7.0.3",
"entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.60_2",
"entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.22",
"entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026",
"@entrylabs/legacy-video": "^1.0.0",
"excel4node": "^1.7.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^8.1.0",
"image-size": "^0.8.3",
"jquery": "^3.4.1",
"literallycanvas-mobile": "git+https://github.com/entrylabs/literallycanvas#feature/mobile",
"lodash": "^4.17.15",
"mime-types": "^2.1.26",
"music-metadata": "^6.3.0",
"node-abi": "^3.28.0",
"node-xlsx": "^0.15.0",
"puid": "^1.0.7",
"rimraf": "^2.6.3",
"sass": "^1.57.1",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"tar": "^6.1.11",
"uid": "^0.0.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/archiver": "^3.0.0",
"@types/chai": "^4.2.11",
"@types/chai-fs": "^2.0.2",
"@types/cross-spawn": "^6.0.2",
"@types/decompress": "^4.2.3",
"@types/fs-extra": "^9.0.1",
"@types/image-size": "^0.7.0",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.134",
"@types/mime-types": "^2.1.0",
"@types/mocha": "^7.0.2",
"@types/node": "^12.0.8",
"@types/node-xlsx": "^0.15.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-redux": "^7.1.25",
"@types/react-transition-group": "^4.2.3",
"@types/redux-actions": "^2.6.1",
"@types/rimraf": "^2.0.2",
"@types/serialport": "^8.0.1",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/styled-components": "^4.4.1",
"@types/tar": "^4.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^1.10.2",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"electron": "18.3.0",
"electron-builder": "^22.8.0",
"electron-notarize": "^1.0.0",
"electron-rebuild": "3.2.8",
"entry-hw-server": "git+https://github.com/entrylabs/entry-hw-server.git#master",
"eslint": "^7.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.0.0",
"fontfaceonload": "^1.0.2",
"immer": "^5.3.2",
"mocha": "^7.1.2",
"prettier": "^1.15.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^7.1.0",
"react-transition-group": "^4.3.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-persist": "^5.10.0",
"sass-loader": "^10.1.0",
"style-loader": "^1.3.0",
"styled-components": "^4.4.1",
"ts-loader": "^8.2.0",
"ts-node": "^10.8.1",
"typescript": "^4.3.2",
"typescript-plugin-styled-components": "^1.4.3",
"url-loader": "^1.1.2",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
}
}