This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"author": "Biotope",
"bin": {
"biotope-preview": "lib/cli/index.js"
},
"main": "lib/index.js",
"bugs": {
"url": "https://github.com/biotope/biotope-preview/issues"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@biotope/storybook-addon-compiled-code": "^1.0.4",
"@storybook/addon-a11y": "^6.0.0-beta.17",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-console": "^1.2.1",
"@storybook/addon-docs": "^6.0.0-beta.17",
"@storybook/addon-knobs": "^6.0.0-beta.17",
"@storybook/addon-viewport": "^6.0.0-beta.17",
"@storybook/html": "^6.0.0-beta.17",
"@types/fs-extra": "^9.0.1",
"commander": "^5.1.0",
"@types/pino": "^6.0.1",
"fs-extra": "^9.0.0",
"globby": "^11.0.1",
"pino": "^6.3.2",
"pino-pretty": "^4.0.0",
"recursive-readdir": "^2.2.2",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"deprecated": false,
"description": "A package to preview all your biotope components",
"homepage": "https://github.com/biotope/biotope-preview#readme",
"license": "ISC",
"name": "@biotope/preview",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biotope/biotope-preview.git"
},
"scripts": {
"build": "tsc",
"release": "np --no-yarn",
"test": "jest",
"lint": "biotope-quality-gate -f -w"
},
"version": "0.5.0",
"devDependencies": {
"@biotope/quality-gate": "^1.0.3",
"@types/jest": "^25.1.3",
"@types/node": "^13.13.9",
"@types/recursive-readdir": "^2.2.0",
"jest": "^25.1.0",
"np": "^6.2.0",
"ts-jest": "^25.2.1"
}
}