generated from justinmahar/react-kindling
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.72 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-build-status-badge",
"version": "1.1.6",
"coreVersion": "3.0.9",
"author": "Justin Mahar <[email protected]>",
"description": "React build status badge component for any CI/CD service. Shows real-time status and supports Markdown for easy setup.",
"homepage": "https://justinmahar.github.io/react-build-status-badge/",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"test": "npm run build",
"start": "npm run storybook",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"preship": "npm run build && git diff-index HEAD && npm version patch -m \"Build, version, and publish.\"",
"ship": "npm publish --access public",
"postship": "git push",
"update": "rm -rf .lockblocks && git clone -q [email protected]:justinmahar/react-kindling.git ./.lockblocks && lockblocks ./.lockblocks . --verbose && rm -rf .lockblocks && echo '' && echo ' → Be sure to run `npm i` to install new dependencies.' && echo ''"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/justinmahar/react-build-status-badge.git"
},
"bugs": {
"url": "https://github.com/justinmahar/react-build-status-badge/issues"
},
"keywords": [
"react",
"build",
"status",
"badge",
"ci",
"cd",
"component",
"deploy",
"markdown",
"realtime",
"real",
"time",
"timer",
"interval",
"refresh",
"refreshing",
"reload",
"reloading"
],
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
},
"dependencies": {
"react-timed-image": "^1.1.1"
},
"devDependencies": {
"@storybook/addon-docs": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-viewport": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/react-webpack5": "^7.6.12",
"@storybook/react": "^7.6.12",
"@types/react": "^18.2.53",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint": "^8.56.0",
"lockblocks": "^1.1.8",
"prettier": "^3.2.5",
"react-dom": "^18.2.0",
"react-html-props": "^2.0.3",
"react-markdown": "^8.0.3",
"react": "^18.2.0",
"remark-gfm": "^3.0.1",
"replace-in-file": "^7.1.0",
"storybook": "^7.6.12",
"typescript": "^5.3.3",
"webpack": "^5.90.1"
}
}