-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "music-organizer",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.{jsx,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"
},
"dependencies": {
"axios": "^0.26.0",
"qs": "^6.10.3",
"rc-slider": "^9.7.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-query": "^3.34.15",
"react-router-dom": "6",
"sass": "^1.49.7"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^17.0.18",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-icons": "^3.0.0",
"@types/react-query": "^1.2.9",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.6",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.22",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-environment": "^1.1.0"
}
}