-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 928 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 928 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
35
{
"name": "@iringo/nsringo.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"dev": "rspress dev",
"build": "rspress build",
"preview": "rspress preview"
},
"dependencies": {
"@iringo/doc-ui": "^2.4.1",
"@rspress/core": "^2.0.0-beta.34",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"remark-github": "^12.0.0",
"rspress-plugin-sitemap": "^1.2.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@rsbuild/plugin-sass": "^1.4.0",
"@rspress/shared": "^2.0.0-beta.34",
"@tailwindcss/postcss": "^4.1.16",
"@types/lodash": "^4.17.20",
"@types/node": "^16.18.126",
"@types/react": "^18.3.26",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/NSRingo/NSRingo.github.io.git"
},
"packageManager": "pnpm@9.15.0"
}