-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 827 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
{
"name": "nexton-lp",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "oxlint src/",
"format": "prettier --write 'src/**/*.{js,jsx,css}'",
"format:check": "prettier --check 'src/**/*.{js,jsx,css}'",
"check": "oxlint src/ && prettier --check 'src/**/*.{js,jsx,css}'"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@vitejs/plugin-react": "^6.0.1",
"oxlint": "^1.62.0",
"prettier": "^3.8.3",
"sharp": "^0.34.5",
"svgo": "^4.0.1",
"tailwindcss": "^4.3.0",
"vite": "^8.0.10",
"vite-plugin-image-optimizer": "^2.0.3"
},
"dependencies": {
"cobe": "^2.0.1",
"ogl": "^1.0.11",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router": "^7.14.2"
}
}