-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.86 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
{
"name": "faircopy",
"productName": "FairCopy",
"version": "1.2.0",
"description": "A word processor for the humanities scholar.",
"main": "./.webpack/main",
"private": true,
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"test": "jest"
},
"repository": "https://github.com/performant-software/faircopy.git",
"keywords": [
"TEI",
"Editor",
"Digital Humanities"
],
"author": "Performant Software Solutions LLC",
"homepage": ".",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-webpack": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"babel-loader": "^9.1.3",
"css-loader": "^6.0.0",
"dotenv": "^16.3.1",
"electron": "30.1.0",
"node-loader": "^2.0.0",
"prosemirror-dev-tools": "4.1.0",
"style-loader": "^3.0.0"
},
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@cu-mkp/editioncrafter": "^1.0.3",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"@rails/actioncable": "^6.0.5",
"@uiw/react-codemirror": "^4.21.20",
"annotorious-openseadragon": "github:performant-software/annotorious-openseadragon#nl/update-sass",
"axios": "^1.6.2",
"debounce": "^1.2.0",
"electron-log": "^4.2.3",
"electron-squirrel-startup": "^1.0.1",
"flexsearch": "^0.7.21",
"html-react-parser": "^5.0.6",
"jimp": "^0.16.1",
"jszip": "3.10.1",
"openseadragon": "^3.0.0",
"prop-types": "^15.7.2",
"prosemirror-commands": "^1.3.0",
"prosemirror-dropcursor": "^1.6.0",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.3.0",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.18.1",
"prosemirror-schema-basic": "^1.2.0",
"prosemirror-schema-list": "^1.2.1",
"prosemirror-state": "^1.4.1",
"prosemirror-transform": "^1.7.0",
"prosemirror-view": "^1.27.2",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.2",
"react-hotkeys": "^2.0.0",
"react-markdown": "^6.0.0",
"react-scripts": "5.0.0",
"react-scroll": "1.8.3",
"semver": "^7.6.0",
"uuid": "^8.1.0",
"w3c-xmlserializer": "^2.0.0",
"xml-formatter": "^2.5.0"
},
"eslintConfig": {
"extends": "react-app"
}
}