-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.82 KB
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
{
"name": "codeceptjs-plugins",
"version": "0.0.1",
"author": "Ivan Reutenko",
"private": true,
"description": "Monorepo for codeceptjs plugins",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "yarn --prefer-offline && yarn build",
"bootstrap:ci": "yarn --frozen-lockfile --ignore-optional && yarn build",
"references": "node ./scripts/remove-tsc-output.js && node ./scripts/copy-none-ts-files.js && yarn fix-ts-references --fix",
"build": "yarn references && tsc -b ./tsconfig.solution.json",
"watch": "yarn references && tsc -b ./tsconfig.solution.json --watch",
"lint": "TIMING=1 eslint . --ext .js,.ts,.tsx,.jsx --report-unused-disable-directives",
"format": "eslint . --ext .js,.ts,.tsx,.jsx --fix",
"docs:build": "yarn docusaurus-tde build",
"docs:start": "yarn docusaurus-tde start"
},
"devDependencies": {
"@docusaurus-tde/cli": "^0.0.5",
"@docusaurus-tde/components-theme": "^0.0.5",
"@docusaurus-tde/custom-css-hook": "^0.0.5",
"@docusaurus-tde/debug-hook": "^0.0.5",
"@docusaurus-tde/package-documentation-hook": "^0.0.5",
"@docusaurus-tde/react-pages-hook": "^0.0.5",
"@docusaurus-tde/static-assets-hook": "^0.0.6",
"@tinkoff-monorepo/fix-ts-references": "^1.8.4",
"@types/node": "^14.17.34",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"codeceptjs": "^3.4.1",
"eslint": "^8.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"glob": "^7.2.0",
"signales": "^2.0.5",
"typescript": "^4.3.5"
},
"homepage": "https://reutenkoivan.github.io/codeceptjs-plugins/",
"repository": {
"type": "git",
"url": "git+https://github.com/reutenkoivan/codeceptjs-plugins.git"
}
}