-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.62 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
{
"name": "asdznpro-cv",
"private": true,
"version": "0.1.23",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "npx eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prettier": "prettier . --check --ignore-unknown",
"component": "generate-react component"
},
"dependencies": {
"@motionone/utils": "^10.17.0",
"@reduxjs/toolkit": "^2.2.5",
"@siberiacancode/reactuse": "^0.0.63",
"@vkontakte/icons": "^2.114.0",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-react": "^8.1.8",
"framer-motion": "^11.2.3",
"lodash": "^4.17.21",
"npm": "^10.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-masonry-css": "^1.0.16",
"react-multi-carousel": "^2.8.5",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-use": "^17.5.0",
"sass": "^1.77.1",
"smooth-scroll-into-view-if-needed": "^2.0.2"
},
"devDependencies": {
"@types/lodash": "^4.17.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"generate-react-cli": "^8.4.1",
"globals": "^15.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.11"
},
"overrides": {
"eslint": "^9.2.0"
}
}