-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
{
"private": true,
"scripts": {
"build": "npx ts-node -r tsconfig-paths/register tasks/utilities/TaskRunner.ts build",
"rebuild": "npx ts-node -r tsconfig-paths/register tasks/utilities/TaskRunner.ts clean build",
"watch": "npx ts-node -r tsconfig-paths/register tasks/utilities/TaskRunner.ts clean build serve watch",
"clean": "npx ts-node -r tsconfig-paths/register tasks/utilities/TaskRunner.ts clean"
},
"dependencies": {
"ts-node": "9.1.1",
"typescript": "4.4.2",
"sass": "1.32.8",
"del": "6.0.0",
"ansicolor": "1.1.93",
"@types/ansicolors": "0.0.33",
"dotenv": "8.2.0",
"globby": "11.0.2",
"@types/sass": "1.16.0",
"fs-extra": "9.1.0",
"@types/fs-extra": "9.0.7",
"jimp": "0.16.1",
"webp-converter": "2.3.3",
"tsconfig-paths": "3.9.0",
"marked": "2.0.0",
"@types/marked": "1.2.2",
"prismjs": "1.24.1",
"@types/prismjs": "1.16.6",
"highlight.js": "11.2.0",
"js-yaml": "4.1.0",
"@types/js-yaml": "4.0.3",
"stack-trace": "0.0.10",
"@types/stack-trace": "0.0.29",
"striptags": "3.2.0"
},
"devDependencies": {
"chokidar": "3.5.1",
"connect": "3.7.0",
"parseurl": "1.3.3",
"@types/parseurl": "1.3.1",
"encodeurl": "1.0.2",
"@types/encodeurl": "1.0.0",
"escape-html": "1.0.3",
"@types/escape-html": "1.0.1",
"@types/connect": "3.4.34",
"serve-static": "1.14.1",
"@types/serve-static": "1.13.9",
"eslint": "7.20.0",
"@types/eslint": "7.2.6",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"eslint-plugin-only-warn": "1.0.2"
}
}