-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
136 lines (136 loc) · 4.02 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "spotifest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@mui/x-date-pickers": "^7.12.1",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@tanstack/react-router": "^1.47.1",
"@tanstack/react-virtual": "^3.8.6",
"@tanstack/router-devtools": "^1.47.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/async": "^3.2.24",
"@types/date-fns": "^2.6.0",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-image-gallery": "^1.2.4",
"@types/react-swipeable-views": "^0.13.5",
"countries-list": "^3.1.1",
"dotenv": "^16.4.5",
"i18next": "^23.12.2",
"lodash-es": "^4.17.21",
"madge": "^8.0.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-cookie-consent": "^9.0.0",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-i18next": "^15.0.1",
"react-image-gallery": "^1.3.0",
"react-intl": "^6.6.8",
"react-player": "2.16.0",
"react-share": "^5.1.0",
"react-swipeable-views": "^0.14.0",
"sass": "^1.77.8",
"spotify-web-api-js": "^1.5.2",
"typescript": "^5.5.4",
"zustand": "5.0.0-rc.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 3000",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx,json}'",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"find-circular-dependencies": "madge --circular ./src/index.tsx",
"find-unused-exports": "ts-prune",
"find-dead-code": "ts-prune | grep -v \"(used in module)\" || true"
},
"type": "module",
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"madge": {
"detectiveOptions": {
"tsx": {
"skipTypeImports": true
},
"ts": {
"skipTypeImports": true
}
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-named-exports-order": "^0.0.2",
"chromatic": "^11.7.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"storybook": "^8.2.8",
"storybook-react-i18next": "^3.1.7",
"ts-prune": "^0.10.3",
"vite": "^5.4.6",
"vite-plugin-checker": "^0.7.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1"
},
"packageManager": "yarn@3.6.1"
}