-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 822 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
{
"name": "@once-ui-system/nextjs-starter",
"version": "^1.1.1",
"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.5.0",
"classnames": "^2.5.1",
"next": "^16.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.2.1",
"sass": "^1.77.6",
"sharp": "^0.33.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.17.23",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.8.2"
},
"overrides": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2"
}
}