-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
62 lines (62 loc) · 1.63 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
{
"name": "@nightwatch/storybook",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
"author": "Andrei Rusu",
"homepage": "https://nightwatchjs.org",
"main": "index.js",
"license": "MIT",
"bugs": "https://github.com/nightwatchjs/nightwatch-storybook-plugin/issues",
"repository": {
"type": "git",
"url": "[email protected]:nightwatchjs/nightwatch-storybook-plugin.git"
},
"description": "Automatically integrate Storybook and run stories directly with Nightwatch",
"keywords": [
"storybook",
"addons",
"Nightwatch",
"plugin"
],
"scripts": {
"test": "nightwatch --headless",
"build": "eslint lib nightwatch",
"storybook": "start-storybook -p 6006"
},
"files": [
"lib",
"nightwatch",
"index.js",
"LICENSE",
"README.md"
],
"devDependencies": {
"@mdx-js/react": "^2.1.3",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack4": "^6.5.10",
"@storybook/manager-webpack4": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"eslint": "^8.17.0",
"nightwatch": "3.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^6.5.12"
},
"dependencies": {
"@nightwatch/esbuild-utils": "0.1.9",
"@storybook/core-common": "^6.5.12",
"@storybook/csf-tools": "^6.5.12",
"@storybook/store": "^6.5.12",
"chalk": "4.1.2",
"dedent": "0.7.0",
"jsdom": "21.1.0",
"wait-on": "^6.0.1"
}
}