-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
100 lines (100 loc) · 2.76 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
{
"name": "ctjsbuildenvironment",
"version": "5.2.1",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "gulp",
"lint": "gulp lint",
"lint:fix": "gulp lint --fix",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"ctJSDocJson": "jsdoc -X -r ./app/data/ct.release > ./app/data/ctLibJSDocAst.json"
},
"author": "Cosmo Myzrail Gorynych",
"homepage": "https://ctjs.rocks/",
"repository": {
"type": "git",
"url": "https://github.com/ct-js/ct-js.git"
},
"license": "MIT",
"dependencies": {
"@capacitor/cli": "^5.5.0",
"@capacitor/core": "^5.5.0",
"@pixi/particle-emitter": "5.0.8",
"@pixi/sound": "^5.2.2",
"@trapezedev/project": "^7.0.10",
"@tscole/mic-recorder-to-mp3": "^2.2.4",
"adm-zip": "^0.5.12",
"coffeescript": "^2.7.0",
"csswring": "7.0.0",
"dragonbones-tools": "^0.1.2",
"execa": "^8.0.1",
"extract-zip": "^2.0.1",
"fs-extra": "^10.1.0",
"fuse.js": "^7.0.0",
"highlight.js": "^10.4.1",
"html-minifier-terser": "^7.2.0",
"html2pug": "^4.0.0",
"is-expression": "^4.0.0",
"javascript-obfuscator": "^4.0.2",
"js-yaml": "^3.14.0",
"markdown-it": "12.3.2",
"maxrects-packer": "^2.7.3",
"monaco-editor": "^0.47.0",
"monaco-themes": "^0.4.4",
"nanoid": "^3.1.31",
"on-change": "^4.0.2",
"opentype.js": "^1.3.4",
"pixi-ease": "^3.0.7",
"pixi.js": "7.3.2",
"pixi.js-legacy": "7.3.2",
"qreator": "^9.1.0",
"resedit": "^2.0.2",
"riot": "3.6.1",
"serve-handler": "^6.1.6",
"sucrase": "^3.25.0",
"terser": "^5.14.2",
"ttf2woff": "^2.0.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@ct.js/gulp-typescript": "^6.0.0",
"@types/adm-zip": "^0.5.5",
"@types/css-font-loading-module": "0.0.7",
"@types/fs-extra": "^9.0.13",
"@types/node": "^14.11.8",
"@types/nw.js": "^0.13.10",
"@types/opentype.js": "^1.3.8",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"esbuild": "0.21.1",
"eslint": "^8.57.0",
"eslint-plugin-pug": "^1.2.5",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint-new": "^1.9.1",
"gulp-ext-replace": "^0.3.0",
"gulp-pug": "^5.0.0",
"gulp-riot": "^1.1.5",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.1",
"gulp-svgstore": "^8.0.0",
"gulp-zip": "^5.1.0",
"jsdoc-x": "^4.1.0",
"minimist": "^1.2.6",
"node-notifier": "^10.0.1",
"nw-builder": "4.7.4",
"pug": "^3.0.3",
"readysteady": "^1.1.4",
"resedit-cli": "^2.0.0",
"streamqueue": "^1.1.2",
"stylelint": "^14.9.1",
"stylelint-stylus": "^0.16.1",
"stylus": "^0.58.1",
"tsd-jsdoc": "^2.5.0"
},
"main": "gulpfile.js"
}