@redocly/theme 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -75
package/package.json
CHANGED
|
@@ -1,87 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/theme",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Shared UI components",
|
|
5
5
|
"author": "team@redocly.com",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
|
-
"main": "index.js",
|
|
8
7
|
"typings": "index.d.ts",
|
|
9
|
-
"scripts": {
|
|
10
|
-
"start": "npm run storybook",
|
|
11
|
-
"storybook": "start-storybook -p 6006",
|
|
12
|
-
"build-storybook": "build-storybook",
|
|
13
|
-
"clean": "rm -rf lib",
|
|
14
|
-
"compile": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
15
|
-
"build:copy": " cp -R src package.json .npmignore lib/",
|
|
16
|
-
"build": "npm run clean && npm run compile && npm run build:copy",
|
|
17
|
-
"build:watch": "npm run build && tsc --watch -p tsconfig.build.json & tsc-alias -w -p tsconfig.build.json",
|
|
18
|
-
"deploy": "npm publish lib",
|
|
19
|
-
"lint": "eslint . --ext .ts,.tsx --cache",
|
|
20
|
-
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
|
21
|
-
"prettier-base": "prettier \"**/*.{json,js,jsx,ts,tsx,yml,yaml,html,md}\"",
|
|
22
|
-
"prettier": "npm run prettier-base -- --write",
|
|
23
|
-
"prettier:check": "npm run prettier-base -- --check",
|
|
24
|
-
"ts:check": "tsc --noEmit --skipLibCheck",
|
|
25
|
-
"test": "jest",
|
|
26
|
-
"test:watch": "jest --watch",
|
|
27
|
-
"test:coverage": "jest --coverage",
|
|
28
|
-
"chromatic": "chromatic --exit-zero-on-changes"
|
|
29
|
-
},
|
|
30
8
|
"peerDependencies": {
|
|
31
9
|
"prismjs": "^1.28.0",
|
|
32
10
|
"react": "^17.0.2",
|
|
33
11
|
"react-dom": "^17.0.2",
|
|
34
12
|
"styled-components": "^5.3.1"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@storybook/addon-actions": "^6.4.22",
|
|
38
|
-
"@storybook/addon-essentials": "^6.4.22",
|
|
39
|
-
"@storybook/addon-interactions": "^6.4.22",
|
|
40
|
-
"@storybook/addon-links": "^6.4.22",
|
|
41
|
-
"@storybook/builder-webpack5": "^6.4.22",
|
|
42
|
-
"@storybook/core-common": "^6.4.22",
|
|
43
|
-
"@storybook/manager-webpack5": "^6.4.22",
|
|
44
|
-
"@storybook/node-logger": "^6.4.22",
|
|
45
|
-
"@storybook/preset-create-react-app": "^4.1.0",
|
|
46
|
-
"@storybook/react": "^6.4.22",
|
|
47
|
-
"@storybook/testing-library": "^0.0.11",
|
|
48
|
-
"@testing-library/jest-dom": "^5.16.4",
|
|
49
|
-
"@testing-library/react": "^12.1.4",
|
|
50
|
-
"@testing-library/user-event": "^13.5.0",
|
|
51
|
-
"@types/jest": "^27.4.1",
|
|
52
|
-
"@types/node": "^16.11.26",
|
|
53
|
-
"@types/prismjs": "^1.26.0",
|
|
54
|
-
"@types/react": "^17.0.43",
|
|
55
|
-
"@types/react-dom": "^17.0.14",
|
|
56
|
-
"@types/styled-components": "^5.1.25",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
58
|
-
"@typescript-eslint/parser": "^5.22.0",
|
|
59
|
-
"chromatic": "^6.5.4",
|
|
60
|
-
"esbuild": "^0.14.38",
|
|
61
|
-
"eslint": "^8.13.0",
|
|
62
|
-
"eslint-config-prettier": "^8.5.0",
|
|
63
|
-
"eslint-import-resolver-typescript": "^2.7.1",
|
|
64
|
-
"eslint-plugin-import": "^2.26.0",
|
|
65
|
-
"eslint-plugin-jest": "^26.1.4",
|
|
66
|
-
"eslint-plugin-react": "^7.29.4",
|
|
67
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
68
|
-
"eslint-plugin-storybook": "^0.5.11",
|
|
69
|
-
"husky": "^7.0.4",
|
|
70
|
-
"jest": "^27.5.1",
|
|
71
|
-
"jest-styled-components": "^7.0.8",
|
|
72
|
-
"lint-staged": "^12.4.1",
|
|
73
|
-
"prettier": "2.6.2",
|
|
74
|
-
"react": "^17.0.2",
|
|
75
|
-
"react-dom": "^17.0.2",
|
|
76
|
-
"react-refresh": "^0.13.0",
|
|
77
|
-
"react-scripts": "5.0.1",
|
|
78
|
-
"styled-components": "^5.3.5",
|
|
79
|
-
"ts-jest": "^27.1.4",
|
|
80
|
-
"tsc-alias": "^1.6.7",
|
|
81
|
-
"typescript": "^4.6.3",
|
|
82
|
-
"webpack": "^5.72.0"
|
|
83
|
-
},
|
|
84
|
-
"lint-staged": {
|
|
85
|
-
"**/*": "prettier --write --ignore-unknown"
|
|
86
13
|
}
|
|
87
|
-
}
|
|
14
|
+
}
|