-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.64 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
{
"name": "taymyr-antora-ui",
"version": "1.0.0",
"description": "Taymyr Antora UI",
"license": "Apache-2.0",
"scripts": {
"lint-project": "npm run lint && npm run lint-yamls && npm run check-types",
"lint": "eslint --ext ts,js ./src",
"lint:fix": "npm run lint --fix",
"lint-yamls": "npx yaml-lint **/*.yml --ignore=node_modules",
"check-types": "tsc --skipLibCheck --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/taymyr/taymyr-antora-ui.git"
},
"devDependencies": {
"@types/html-webpack-plugin": "3.2.6",
"@types/lodash": "4.14.191",
"@types/node": "18.11.10",
"@types/webpack": "5.28.0"
},
"dependencies": {
"@antora/lunr-extension": "1.0.0-alpha.8",
"antora": "3.1.2",
"autoprefixer": "10.4.13",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"favicons": "7.0.2",
"favicons-webpack-plugin": "6.0.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.6.1",
"postcss": "8.4.18",
"postcss-loader": "7.0.1",
"postcss-preset-env": "7.8.2",
"sass": "1.55.0",
"sass-loader": "13.1.0",
"zip-webpack-plugin": "4.0.1",
"typescript": "4.9.3",
"highlight.js": "11.6.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "8.0.0",
"prettier": "2.8.1",
"yaml-lint": "1.7.0"
},
"browserslist": [
"last 2 version"
]
}