-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
{
"name": "@once-ui-system/nextjs-starter",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"export": "next export",
"build": "next build",
"start": "next start",
"lint": "next lint",
"biome-write": "npx @biomejs/biome format --write ."
},
"dependencies": {
"@once-ui-system/core": "^1.6.4",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/postcss": "^4.2.2",
"@vercel/analytics": "^2.0.1",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"next": "^16.1.1",
"postcss": "^8.5.8",
"radix-ui": "^1.4.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-icons": "^5.2.1",
"rough-notation": "^0.5.1",
"sass": "^1.77.6",
"shadcn": "^4.1.1",
"sharp": "^0.33.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "20.17.23",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"jsrepo": "^3.7.0",
"typescript": "5.8.2"
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}