-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
60 lines (60 loc) · 1.67 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
{
"name": "sozi",
"description": "A zooming presentation editor",
"author": "Guillaume Savaton <[email protected]>",
"homepage": "http://sozi.baierouge.fr",
"version": "24.11.17",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "http://github.com/sozi-projects/Sozi.git"
},
"scripts": {
"eslint": "eslint --config config/eslintrc.mjs src/js/",
"csslint": "csslint --config=config/csslintrc.json src/css/",
"build": "gulp",
"start": "electron build/electron"
},
"dependencies": {
"@electron/remote": "^2.0.8",
"@fontsource-variable/inter": "^5.1.0",
"core-js": "^3.16.0",
"electron-app-settings": "^1.3.1",
"fork-awesome": "^1.2.0",
"inferno": "^8.0.3",
"inferno-hyperscript": "^8.0.3",
"jed": "^1.1.0",
"nunjucks": "^3.2.4",
"officegen": "^0.6.5",
"pdf-lib": "^1.16.0",
"screenfull": "5.2",
"tmp": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"browserify": "^17.0.0",
"csslint": "^1.0.5",
"electron": "^33.0.2",
"electron-builder": "^25.1.8",
"envify": "^4.1.0",
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"fancy-log": "^2.0.0",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-exec": "^5.0.0",
"gulp-jsdoc3": "^3.0.0",
"gulp-newer": "^1.4.0",
"gulp-nunjucks": "^5.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"jspot": "^0.3.17",
"modclean": "^3.0.0-beta.1",
"node-glob": "^1.2.0",
"po2json": "github:mikeedwards/po2json#1.0.0-beta-3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}