-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.21 KB
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
{
"name": "home",
"version": "0.1.0",
"private": true,
"license": "SEE LICENSE IN license.txt",
"scripts": {
"dev": "IS_DEV=true next dev --webpack --experimental-https",
"build": "next build --webpack",
"start": "next start",
"preview": "IS_PREVIEW=true serve --ssl-cert ./certificates/localhost.pem --ssl-key ./certificates/localhost-key.pem out",
"lint": "eslint"
},
"dependencies": {
"next": "16.0.8",
"react": "19.2.1",
"react-dom": "19.2.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.0.8",
"@olsonpm/eslint-config-personal": "github:olsonpm/eslint-config-personal",
"change-case": "^5.4.4",
"classnames": "^2.5.1",
"common-fp": "^0.1.5",
"eslint": "^9.39.1",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"motion": "^12.23.25",
"next-themes": "^0.4.6",
"prettier": "^3.7.4",
"pretty-ms": "^9.3.0",
"sass": "^1.95.0",
"serve": "^14.2.5"
},
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268"
}