forked from sozi-projects/Sozi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"name": "sozi",
"description": "A zooming presentation editor",
"author": "Guillaume Savaton <[email protected]>",
"homepage": "http://sozi.baierouge.fr",
"version": "22.02.20",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "http://github.com/sozi-projects/Sozi.git"
},
"scripts": {
"eslint": "./node_modules/.bin/eslint --config config/eslintrc.json src/js/",
"csslint": "./node_modules/.bin/csslint --config=config/csslintrc.json src/css/",
"build": "gulp",
"start": "./node_modules/.bin/electron build/electron"
},
"dependencies": {
"@fontsource/inter": "^4.5.0",
"core-js": "^3.16.0",
"fork-awesome": "^1.2.0",
"inferno": "^7.4.8",
"inferno-hyperscript": "^7.4.8",
"jed": "^1.1.0",
"nunjucks": "^3.2.3",
"officegen": "^0.6.5",
"pdf-lib": "^1.16.0",
"screenfull": "^5.1.0",
"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": "^9.4.4",
"electron-builder": "^22.14.13",
"envify": "^4.1.0",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^36.0.6",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"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"
}
}