-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 1.17 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
{
"name": "frontend-testing-book-vrt",
"version": "1.0.0",
"private": true,
"scripts": {
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook",
"storybook:serve": "npx http-server storybook-static -a localhost -p 6006 -s",
"vrt:snapshot": "storycap --serverCmd \"npx http-server storybook-static -a localhost -p 6006\" http://localhost:6006",
"vrt:expected": "rimraf .reg/expected && mv __screenshots__ .reg/expected",
"vrt:run": "reg-suit run",
"vrt:serve": "npx http-server .reg -o -p 8080"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^9.1.2",
"reg-keygen-git-hash-plugin": "^0.12.1",
"reg-notify-github-plugin": "^0.12.1",
"reg-publish-s3-plugin": "^0.12.1",
"reg-suit": "^0.12.1",
"storycap": "^4.0.0"
}
}