-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 916 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 916 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
35
{
"name": "camt053-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format-and-lint": "biome check . --write"
},
"dependencies": {
"@chakra-ui/react": "^3.0.0",
"@emotion/react": "^11.13.3",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"next": "15.0.1",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-icons": "^5.3.0",
"use-async-effect": "^2.2.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/lodash": "^4.17.12",
"@types/node": "^22.9.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"eslint-plugin-prefer-arrow-functions": "^3.4.1",
"prettier": "^3.3.3",
"typescript": "^5"
}
}