-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.79 KB
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
{
"name": "slipx-vibes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"framer-motion": "^6.3.3",
"jotai": "^1.6.5",
"next": "^12.1.5",
"next-pwa": "^5.5.2",
"next-seo": "^5.4.0",
"next-themes": "^0.1.1",
"react": "^18.1.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.1.0",
"react-fast-marquee": "^1.3.2",
"react-query": "^3.38.1",
"react-slick": "^0.29.0",
"react-use": "^17.3.2",
"sass": "^1.51.0",
"slick-carousel": "^1.8.1",
"swr": "^1.2.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@next/eslint-plugin-next": "^12.1.5",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.2",
"axios": "^0.25",
"babel-eslint": "^10.1.0",
"css-loader": "^6.7.1",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"node-sass": "^7.0.1",
"postcss": "^8.1.14",
"prettier": "2.6.2",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}