-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "content.creators",
"description": "Es una plataforma web en donde encontrarás los mejores creadores de contenido en español.",
"version": "2.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint -- --fix",
"prettier:check": "npx prettier . --write",
"test": "npx playwright test"
},
"dependencies": {
"@radix-ui/react-tooltip": "1.0.5",
"@vercel/analytics": "0.1.11",
"just-debounce-it": "3.2.0",
"next": "13.3.0",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive-masonry": "2.1.7",
"zustand": "4.3.6"
},
"devDependencies": {
"@playwright/test": "1.32.3",
"@types/node": "18.8.4",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/react-responsive-masonry": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"autoprefixer": "10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "8.4.17",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}