-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "e-commerce-estelar",
"version": "0.0.2",
"description": "",
"main": ".eslintrc.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev && json-server --watch json-server/db.json --port 3001",
"build": "next build",
"start": "next start",
"lint": "npx eslint /** --fix",
},
"author": "José leandro do nascimento",
"license": "",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/react": "18.2.48",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"jest": "^29.7.0",
"typescript": "^5.4.2"
},
"dependencies": {
"@fastify/static": "^7.0.1",
"@prisma/client": "^5.9.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@vercel/postgres": "^0.7.2",
"autoprefixer": "^10.4.17",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"fastify": "^4.26.1",
"just-validate": "^4.3.0",
"next": "^14.1.4",
"node-fetch": "^3.3.2",
"postcss": "^8.4.33",
"prisma": "^5.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-toastify": "^10.0.4",
"redux": "^5.0.1",
"sequelize": "^6.35.2",
"tailwindcss": "^3.4.1",
"ws": "^8.16.0"
}
}