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.68 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": "1.5.0",
"description": "",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "gulp",
"lint": "gulp lint",
"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"
},
"author": "Cosmo Myzrail Gorynych",
"homepage": "https://ctjs.rocks/",
"repository": {
"type": "git",
"url": "https://github.com/ct-js/ct-js.git"
},
"license": "MIT",
"dependencies": {
"@types/node": "^14.11.8",
"@types/nw.js": "^0.13.10",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"filemode": "^3.0.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-changed": "^4.0.2",
"gulp-chmod": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^2.0.2",
"gulp-pug": "^3.3.0",
"gulp-replace": "^1.0.0",
"gulp-riot": "^1.1.5",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylint": "^4.0.2",
"gulp-stylus": "^2.7.0",
"gulp-svgstore": "^7.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-zip": "^5.0.1",
"jsdoc-x": "^4.1.0",
"minimist": "^1.2.5",
"node-notifier": "^5.4.3",
"nw-builder": "^3.5.7",
"pug": "^3.0.1",
"pug-lint-config-clock": "^2.0.0",
"riot": "^3.13.2",
"streamqueue": "^1.1.2",
"stylint-stylish": "^2.0.0",
"stylus": "^0.54.7",
"tsd-jsdoc": "^2.5.0",
"typescript": "^4.0.3"
},
"devDependencies": {
"eslint-plugin-pug": "^1.2.2",
"gulp-ext-replace": "^0.3.0"
}
}