-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 945 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 945 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": "quick-add",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroui/popover": "^2.3.29",
"dayjs": "^1.11.19",
"next": "^16.1.1",
"next-plausible": "^3.12.5",
"next-pwa": "^5.6.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-is": "^19.2.3",
"react-select": "^5.10.2",
"react-switch": "^7.1.0",
"styled-components": "^6.2.0"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"babel-plugin-styled-components": "^2.1.4",
"eslint-config-next": "16.1.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}