-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
101 lines (101 loc) · 3.15 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
95
96
97
98
99
100
101
{
"name": "toks-web",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"stylelint:fix": "stylelint --fix \"**/*.tsx\"",
"postinstall": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "storybook-to-ghpages",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@suspensive/react": "2.0.0-beta.6",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^4.32.6",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cookies-next": "^2.1.2",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"eslint-plugin-prettier": "^4.2.1",
"firebase": "^10.8.0",
"framer-motion": "^10.12.22",
"lodash": "^4.17.21",
"next": "14.1.0",
"postcss": "8.4.25",
"react": "18.2.0",
"react-calendar": "^4.6.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"swiper": "^10.0.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "latest",
"@storybook/addon-essentials": "7.0.26",
"@storybook/addon-interactions": "7.0.26",
"@storybook/addon-links": "7.0.26",
"@storybook/addon-styling": "^1.3.4",
"@storybook/blocks": "7.0.26",
"@storybook/nextjs": "7.0.26",
"@storybook/react": "7.0.26",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "0.0.14-next.2",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/lodash": "^4.14.197",
"@types/react-slick": "^0.23.11",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.3",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint": "8.44.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^13.0.3",
"postcss": "8.4.25",
"postcss-syntax": "^0.36.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"slick-carousel": "^1.8.1",
"storybook": "7.0.26",
"stylelint": "^14.11.0",
"stylelint-config-prettier-scss": "^0.0.1",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-prettier": "^2.0.0",
"tailwindcss": "3.3.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "4.7.4",
"vitest": "^1.1.3"
},
"lint-staged": {
"*.tsx": "eslint --fix",
"*.ts": "eslint --fix"
},
"_id": "[email protected]"
}