-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 Bytes
/
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
{
"name": "products_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"server": "json-server db.json"
},
"dependencies": {
"@radix-ui/react-select": "^1.0.0",
"@tanstack/react-query": "^4.2.1",
"@vanilla-extract/css": "^1.7.3",
"@vanilla-extract/next-plugin": "^2.0.2",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"json-server": "^0.17.0",
"next": "12.2.5",
"postcss": "^8.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"swiper": "^8.3.2",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@types/node": "18.7.8",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}