-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.76 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
{
"name": "test-example",
"version": "1.0.0",
"description": "",
"main": "/src/index.js",
"scripts": {
"start": "webpack serve",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e-test": "start-server-and-test start http://localhost:8000 cy:open",
"e2e-test:ci": "start-server-and-test start http://localhost:8000 cy:run",
"test": "jest --watch",
"percy": "build-storybook && percy-storybook --widths=640,1280"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.13",
"@babel/eslint-parser": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@cypress/webpack-preprocessor": "^5.5.0",
"@percy/storybook": "^3.3.1",
"@storybook/addon-actions": "^6.1.17",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.17",
"@storybook/html": "^6.1.17",
"@testing-library/cypress": "^7.0.4",
"@testing-library/dom": "^7.30.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/user-event": "^12.8.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"cypress": "^6.4.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"html-webpack-plugin": "^5.0.0-beta.6",
"jest": "^26.6.3",
"jest-serializer-html": "^7.0.0",
"prettier": "^2.2.1",
"start-server-and-test": "^1.12.0",
"style-loader": "^2.0.0",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "5.0.0-beta1"
}
}