-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
94 lines (94 loc) · 2.86 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "washpedia",
"version": "0.0.1",
"private": true,
"resolutions": {
"jackspeak": "2.1.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"test:ui": "vitest --ui",
"chromatic": "npx chromatic --project-token=chpt_228d999e438e234"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/query-core": "^4",
"@tanstack/react-query": "^4",
"@tanstack/react-query-devtools": "^4",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"next": "^13",
"node-tesseract-ocr": "^2.2.1",
"react": "^18",
"react-cookie": "^7.0.2",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"react-infinite-scroll-component": "^6.1.0",
"react-lottie": "^1.2.4",
"react-redux": "^9.0.4",
"react-slick": "^0.29.0",
"react-toastify": "^10.0.4",
"react-webcam": "^7.2.0",
"react-youtube": "^10.1.0",
"redux-persist": "^6.0.0",
"tesseract.js": "^5.0.5"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.6",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/test": "^7.6.7",
"@tanstack/eslint-plugin-query": "^5.12.1",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.2.1",
"chromatic": "^10.2.0",
"eslint": "^8",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"jsdom": "^23.2.0",
"msw": "^2.0.13",
"next-router-mock": "^0.9.11",
"sass": "^1.69.6",
"slick-carousel": "^1.8.1",
"storybook": "^7.6.6",
"storybook-react-context": "^0.6.0",
"stylelint": "^16.1.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"typescript": "^5",
"vitest": "^1.1.3"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}