-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.71 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"debug0": "NODE_OPTIONS='-r ts-node/register --loader ts-node/esm --no-deprecation --no-warnings' next dev",
"debug": "NODE_OPTIONS='--inspect --no-deprecation --no-warnings' next dev",
"dev": "next dev",
"_dev": "pnpm _prebuild && next dev",
"dev-wln": "NODE_OPTIONS=' --no-warnings ' next dev --hostname 0.0.0.0 --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"show-ts-conf": "ts-node --showConfig",
"build-fonts": "node .bin/build-fonts.mjs",
"lerna-ls-pkgs": "lerna la",
"_prebuild": "echo \"[next-blog]-Stage: 安装依赖的子项目...\" && pnpm i @db/blog-model -w",
"lerna-dev": "lerna run dev --scope=\"next-blog\"",
"lerna-svc-dev": "lerna run dev --scope=\"blog-search\"",
"lerna-build-deps": "lerna run build --ignore=\"next-blog\" --ignore=\"blog-search\"",
"lerna-watch-deps": "lerna watch --ignore=\"next-blog\" --ignore=\"blog-search\" -- pnpm lerna-build-deps",
"task-dev": "pnpm lerna-watch-deps & pnpm lerna-dev"
},
"dependencies": {
"@babel/preset-typescript": "^7.24.1",
"@db/blog-model": "workspace:*",
"@formatjs/intl-localematcher": "^0.5.4",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/mdx": "^14.1.4",
"@tsconfig/node16": "^16.1.3",
"acorn": "^8.11.3",
"acorn-jsx": "^5.3.2",
"chart.js": "^4.4.2",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"negotiator": "^0.6.3",
"next": "14.1.3",
"punycode": "^2.3.1",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"server-only": "^0.0.1",
"source-map": "^0.7.4",
"stringify-object": "^5.0.0",
"to-vfile": "^8.0.0",
"utils": "workspace:*",
"uuid": "^9.0.1",
"vfile": "^6.0.1",
"yaml": "^2.4.1"
},
"devDependencies": {
"@nx/next": "^19.0.3",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash-es": "^4.17.12",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.11.30",
"@types/punycode": "^2.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"lerna": "^8.1.3",
"nx": "^19.0.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.3.0",
"typescript": "^5.4.2"
},
"dependenciesMeta": {
"@db/blog-model": {
"injected": true
}
}
}