-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
169 lines (169 loc) · 5.69 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "tropy",
"productName": "Tropy",
"version": "1.16.3-beta.1",
"private": true,
"author": "The Tropy Developers and Contributors",
"description": "Explore your research photos",
"license": "AGPL-3.0",
"homepage": "https://tropy.org",
"repository": {
"type": "git",
"url": "https://github.com/tropy/tropy"
},
"bugs": {
"url": "https://github.com/tropy/tropy/issues"
},
"engines": {
"node": ">=20",
"npm": ">=10"
},
"main": "lib/main/index.js",
"type": "module",
"imports": {
"#internal/*.js": "./internal/*.js"
},
"scripts": {
"clean": "shx rm -rf coverage doc dist lib .nyc_output npm-debug.log internal mocha",
"prerollup": "shx rm -rf lib",
"rollup": "rollup -c",
"db": "node scripts/db",
"prebuild": "npm run clean && npm run rollup",
"build": "node scripts/build --disable-warning=ExperimentalWarning",
"pack": "node scripts/pack --silent",
"devtools": "electron scripts/devtools --data tmp",
"legal": "node scripts/legal",
"lint": "npm run -s lint:js && npm run -s lint:css",
"lint:js": "eslint --color src test scripts res/workers",
"lint:css": "stylelint \"src/stylesheets/**/*.scss\"",
"log:view": "cat tmp/log/tropy.log | node scripts/log-viewer",
"log:tail": "tail -q -F tmp/log/tropy.log 2> /dev/null | node scripts/log-viewer",
"log:tail:win": "tail -q -F tmp/log/tropy.log 2> NUL | node scripts/log-viewer",
"start": "electron --app . --env development --data tmp --cache tmp/cache --logs tmp/log",
"rebuild": "node scripts/rebuild -s",
"precoverage": "shx rm -rf coverage .nyc_output && mkdir .nyc_output",
"coverage": "env COVERAGE=true npm run -s test",
"postcoverage": "nyc report -r text-summary -r html -r lcov",
"pretest": "babel src -d internal && babel test -d mocha",
"test": "npm run -s test:main && npm run -s test:renderer",
"test:main": "electron-mocha \"test/{main,common}/**/*_test.js\"",
"test:renderer": "electron-mocha --renderer \"mocha/{,!(main)/**}/*_test.js\"",
"posttest": "shx rm -rf internal mocha",
"preversion": "npm run lint && npm test",
"version": "node scripts/version.js && git add res/linux"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/preset-react": "^7.12.13",
"@electron/notarize": "^2.1.0",
"@electron/packager": "^18.1.3",
"@eslint/js": "^9.5.0",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^6.0.1",
"@stylistic/eslint-plugin": "^2.3.0",
"@testing-library/react": "^16.0.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^5.1.1",
"chai-as-promised": "^8.0.0",
"chai-dom": "^1.8.2",
"detect-libc": "^2.0.1",
"electron": "^33.0.0",
"electron-mocha": "^13.0.0",
"electron-winstaller": "^5.0.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"minimatch": "^10.0.1",
"ms": "^2.1.3",
"node-gyp": "^10.0.1",
"nyc": "^17.0.0",
"prosemirror-test-builder": "^1.0.3",
"pump": "^3.0.0",
"react-dnd-test-backend": "^14.0.0",
"react-dnd-test-utils": "^14.0.0",
"react-test-renderer": "^18.0.0",
"rollup": "^4.1.4",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-ignore": "^1.0.9",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-natives": "^0.7.2",
"sass": "^1.64.2",
"shx": "^0.3.3",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"split2": "^4.0.0",
"sqleton": "^2.0.0",
"stylelint": "^16.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-scss": "^6.0.0",
"unzip-crx-3": "^0.2.0"
},
"optionalDependencies": {
"appdmg": "^0.6.6",
"fsevents": "~2.3.2"
},
"dependencies": {
"@babel/cli": "^7.24.8",
"@babel/plugin-syntax-import-assertions": "^7.17.12",
"@inukshuk/exif": "^2.0.0",
"@koa/router": "^13.0.0",
"@pixi/filter-adjustment": "^5.1.1",
"@reduxjs/toolkit": "^2.0.1",
"@tweenjs/tween.js": "^23.1.1",
"alto.js": "inukshuk/alto.js.git#main",
"chokidar": "^4.0.0",
"classnames": "^2.2.6",
"commander": "^12.0.0",
"cross-zip": "^4.0.0",
"edtf": "^4.4.0",
"generic-pool": "^3.7.1",
"globals": "^15.6.0",
"js-yaml": "^4.0.0",
"jsonld": "^8.1.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"lodash.debounce": "^4.0.7",
"lodash.throttle": "^4.1.1",
"memoize-one": "^6.0.0",
"n3": "^1.8.0",
"nanoid": "^5.0.7",
"pino": "^9.0.0",
"pixi.js-legacy": "^7.2.3",
"prop-types": "^15.7.2",
"prosemirror-commands": "^1.1.5",
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-history": "^1.1.3",
"prosemirror-inputrules": "^1.1.3",
"prosemirror-markdown": "^1.5.1",
"prosemirror-model": "^1.13.3",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-schema-list": "^1.1.4",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.29.0",
"rdjpgcom": "^1.0.0",
"react": "^18.0.0",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^18.0.0",
"react-intl": "^6.0.1",
"react-redux": "^9.1.0",
"react-transition-group": "^4.4.4",
"redux-saga": "^1.1.3",
"sanitize-filename": "^1.6.3",
"save-dev": "^0.0.1-security",
"semver": "^7.3.4",
"sharp": "^0.32.5",
"sqlite3": "^5.0.6",
"transducers.js": "^0.3.2",
"uuid": "^10.0.0",
"winreg": "=1.2.4",
"write-file-atomic": "^6.0.0"
}
}