-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.96 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
{
"private": true,
"proxy": "cogito-backend.net",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start && set HTTPS=false",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives ",
"format": "prettier --write .",
"check-format": "prettier --check ."
},
"dependencies": {
"@codaworks/react-glow": "^1.0.6",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"antd": "^5.7.3",
"axios": "^1.4.0",
"body-scroll-lock": "^4.0.0-beta.0",
"classname": "^0.0.0",
"classnames": "^2.3.2",
"eslint-config-next": "^13.4.10",
"framer-motion": "^7.10.3",
"google-map-react": "^2.2.1",
"hamburger-react": "^2.5.0",
"next": "^13.0.5",
"pure-react-carousel": "^1.30.1",
"react": "^18.2.0",
"react-awesome-slider": "^4.1.0",
"react-burger-menu": "^3.0.9",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-google-forms-hooks": "^1.2.4",
"react-icons": "^4.10.1",
"react-loading": "^2.0.3",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.7.4",
"react-toggle": "^4.1.3",
"react-tsparticles": "^2.11.0",
"sass": "^1.64.1",
"sharp": "^0.32.3",
"tsparticles-slim": "^2.11.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.17.22",
"@types/node": "20.4.2",
"@types/react": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.31",
"prettier": "3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "5.1.6"
}
}