-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "topchart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --write src/"
},
"dependencies": {
"@ariakit/react": "^0.2.12",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@tanstack/react-query": "^4.24.10",
"@zag-js/react": "^0.11.2",
"@zag-js/slider": "^0.11.2",
"@zag-js/toast": "^0.11.2",
"clsx": "^2.0.0",
"html-to-image": "^1.11.11",
"idb": "^7.1.1",
"immer": "^9.0.19",
"nanoid": "^4.0.1",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.3",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.31",
"prettier": "^2.8.4",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
},
"ct3aMetadata": {
"initVersion": "5.7.0"
}
}