-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.79 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
{
"name": "algotrasoft-community",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.1",
"react-query": "^3.39.2",
"react-router-dom": "6.4.1",
"react-router-hash-link": "^2.4.3",
"react-toggle-dark-mode": "^1.1.1",
"react-tsparticles": "^2.6.0",
"tsparticles": "^2.6.0",
"typewriter-effect": "^2.19.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx}\" --quiet",
"typecheck": "tsc --noEmit"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-router-hash-link": "^2.4.5",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@vitejs/plugin-react": "2.1.0",
"autoprefixer": "^10.4.13",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "^3.7.1",
"postcss": "^8.4.19",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4",
"vite": "3.1.4"
}
}