-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 876 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 876 Bytes
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
{
"name": "components",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.19.0",
"@radix-ui/react-context": "^1.0.0",
"@radix-ui/react-primitive": "^1.0.1",
"@radix-ui/react-slot": "^1.0.1",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.23.0",
"@types/styled-components": "^5.1.26",
"axios": "^1.2.6",
"immer": "^9.0.18",
"next": "^13.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.6",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/node": "18.8.4",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}