-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.24 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
{
"name": "id9-seeker",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": "Victor Monserrat",
"scripts": {
"build": "next build",
"build-storybook": "build-storybook",
"coverage": "jest --coverage .",
"dev": "next dev",
"format": "prettier --write .",
"lint": "next lint",
"prepare": "husky install",
"start": "next start",
"storybook": "start-storybook -p 6006",
"test": "jest --watch",
"test-e2e": "playwright test"
},
"dependencies": {
"formik": "2.2.9",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "0.18.0",
"styled-components": "5.3.5",
"styled-reset": "4.4.2",
"swr": "1.3.0",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.18.9",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@playwright/test": "1.24.2",
"@storybook/addon-a11y": "6.5.9",
"@storybook/addon-actions": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-interactions": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/builder-webpack5": "6.5.9",
"@storybook/manager-webpack5": "6.5.9",
"@storybook/react": "6.5.9",
"@storybook/testing-library": "0.0.13",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.3.0",
"@types/jest": "27.4.1",
"@types/node": "18.6.2",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-highlight-words": "0.16.4",
"@types/styled-components": "5.1.25",
"@typescript-eslint/eslint-plugin": "5.31.0",
"babel-loader": "8.2.5",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-sort": "2.4.0",
"eslint-plugin-storybook": "0.6.1",
"husky": "8.0.1",
"jest": "27.5.1",
"jest-cucumber": "3.0.1",
"lint-staged": "13.0.3",
"msw": "0.44.2",
"prettier": "2.7.1",
"storybook-dark-mode": "1.1.0",
"ts-jest": "27.1.4",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.7.4",
"whatwg-fetch": "3.6.2"
}
}