-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 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": "lima",
"version": "0.9",
"private": true,
"scripts": {
"dev": "next dev",
"devs": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "9.39.4",
"eslint-config-next": "16.2.0",
"lodash.throttle": "^4.1.1",
"next": "^16.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toggle": "^4.1.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/react-toggle": "^4.0.3",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
}
}