-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 992 Bytes
/
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
{
"name": "n-anime-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"tscheck": "tsc --noEmit",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:fix": "prettier --write --ignore-path .gitignore .",
"preview": "next build && next start"
},
"dependencies": {
"@algolia/autocomplete-core": "1.17.4",
"clsx": "2.1.1",
"cmdk": "^1.0.0",
"next": "^15.0.0-rc.0",
"next-view-transitions": "^0.3.0",
"react": "^19.0.0-rc-378b305958-20240710",
"react-dom": "^19.0.0-rc-378b305958-20240710",
"react-hotkeys-hook": "4.5.0",
"sharp": "0.33.1"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@locator/babel-jsx": "^0.4.3",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"typescript": "5.5.3"
}
}