-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
{
"name": "melody-insights",
"version": "0.1.2",
"private": true,
"license": "MIT",
"author": {
"name": "Nina Alin",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@reduxjs/toolkit": "^1.9.3",
"@types/uuid": "^9.0.1",
"autoprefixer": "10.4.14",
"embla-carousel-react": "8.0.0-rc03",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.3",
"next": "13.3.0",
"next-auth": "^4.22.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"swiper": "^9.3.2",
"swiper-react": "^1.0.0",
"tailwindcss": "3.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/spotify-api": "^0.0.21",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"eslint": "8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"typescript": "5.0.4"
}
}