forked from ct-js/ct-js-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.81 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
{
"name": "ctjsbuildenvironment",
"version": "3.2.0",
"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",
"ctTypedefs": "jsdoc -t ./node_modules/tsd-jsdoc/dist -r ./app/data/ct.release -d ./src/typedefs/ct.js",
"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": {
"@types/css-font-loading-module": "0.0.7",
"@types/node": "^14.11.8",
"@types/nw.js": "^0.13.10",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-ext-replace": "^0.3.0",
"gulp-pug": "^5.0.0",
"gulp-replace": "^1.1.3",
"gulp-riot": "^1.1.5",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^2.7.1",
"gulp-svgstore": "^8.0.0",
"@ct.js/gulp-typescript": "^6.0.0",
"gulp-zip": "^5.1.0",
"jsdoc-x": "^4.1.0",
"minimist": "^1.2.6",
"node-notifier": "^10.0.1",
"nw-builder-arm": "https://github.com/markmehere/nw-builder-arm#v3.8.3",
"nw-builder": "3.8.3-beta.1",
"pug": "^3.0.2",
"readysteady": "^1.1.4",
"riot": "^3.13.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.9.1",
"stylelint-stylus": "^0.16.1",
"stylus": "^0.58.1",
"tsd-jsdoc": "^2.5.0",
"typescript": "~4.4.0",
"eslint-plugin-pug": "^1.2.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13"
},
"main": "index.html"
}