-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 5 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 5 KB
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
{
"name": "lk-front",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite --mode dev",
"build-qa": "tsc && vitest --run --config ./vitest.config.ts && vite build --mode qa",
"build-qa-local": "tsc && vitest --run --config ./vitest.config.ts && vite build --mode qa-local",
"build-preprod": "tsc && vitest --run --config ./vitest.config.ts && vite build --mode preprod",
"build-prod": "tsc && vitest --run --config ./vitest.config.ts && vite build --mode prod",
"lint-fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src && prettier --write .",
"lint-check": "eslint --max-warnings 0 --ext .js,.jsx,.ts,.tsx src && prettier --check ./src && tsc --noEmit",
"eslint-staged": "eslint --fix --ext .js,.jsx,.ts,.tsx",
"prettier-staged": "prettier --check",
"lint-staged": "lint-staged",
"tsc-staged": "tsc --target ES2015 --module ESNext --useDefineForClassFields --allowJs --moduleResolution bundler --resolveJsonModule --isolatedModules --noEmit --jsx react-jsx --esModuleInterop --allowImportingTsExtensions --skipLibCheck --baseUrl ./src ./src/shared/types/*.d.ts ./vitest.setup.ts ",
"prepare": "husky",
"preview": "vite preview",
"serve": "vite preview --port 8080",
"test": "vitest --run --config ./vitest.config.ts",
"test-staged": "vitest --run --config ./vitest.config.ts",
"knip": "knip"
},
"dependencies": {
"@react-hook/resize-observer": "^2.0.2",
"@react-hook/window-size": "^3.1.1",
"@react-three/drei": "9.115.0",
"@react-three/fiber": "^8.17.10",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"axios": "1.7.2",
"clsx": "^2.1.1",
"debounce": "^2.2.0",
"deep-equal": "^2.2.3",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "2.6.1",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.0",
"react-transition-group": "^4.4.5",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tailwindcss-grid-area": "^1.0.10",
"three": "0.161.0",
"three-stdlib": "^2.34.0",
"vite": "^5.4.11",
"zod": "^3.23.8",
"zustand": "4.5.5",
"zustand-computed": "2.0.0"
},
"devDependencies": {
"@react-three/eslint-plugin": "^0.1.1",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lint-staged": "^13.3.0",
"@types/node": "20.11.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-transition-group": "^4.4.11",
"@types/three": "^0.164.1",
"@types/yandex-maps": "^2.1.36",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"knip": "^5.37.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.81.0",
"sass-loader": "^14.2.1",
"sharp": "^0.33.5",
"typescript": "5.5.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.5",
"vitest-dom": "^0.1.1"
},
"proxy": "https://dev-lk.atlsar.com/",
"lint-staged": {
"*.{ts,tsx}": [
"npm run tsc-staged",
"npm run test-staged"
],
"**/*.{js,jsx,ts,tsx}": "npm run eslint-staged",
"**/*.{js,jsx,ts,tsx,css,html}": "npm run prettier-staged"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}