-
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) 路 740 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) 路 740 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": "home-remote",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
},
"dependencies": {
"@nextui-org/react": "^1.0.2-beta.4",
"next": "12.1.0",
"next-pwa": "^5.4.6",
"next-themes": "^0.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"tiny-invariant": "^1.2.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"typescript": "4.6.2"
}
}