-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "yanglee2421.github.io",
"version": "0.0.0",
"description": "Single pages application for github pages, built with Vite, React, Vue and TypeScript.",
"keywords": [
"github-pages",
"vite",
"react",
"vue",
"typescript",
"spa"
],
"license": "MIT",
"author": "yanglee2421",
"repository": {
"type": "git",
"url": "https://github.com/yanglee2421/yanglee2421.github.io.git",
"directory": "/"
},
"bugs": {
"url": "https://github.com/yanglee2421/yanglee2421.github.io/issues",
"email": "yanglee2421@outlook.com"
},
"homepage": "https://github.com/yanglee2421/yanglee2421.github.io/blob/main/README.md",
"private": true,
"files": [
"dist"
],
"type": "module",
"exports": {
"types": "./dist/main.d.ts",
"import": "./dist/main.mjs",
"require": "./dist/main.cjs"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a",
"scripts": {
"dev:react": "pnpm -F react-spa dev",
"dev:vue": "pnpm -F vue-spa dev",
"build:react": "pnpm -F react-spa build",
"build:vue": "pnpm -F vue-spa build"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.2",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.5.2",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/tsconfig": "^0.9.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.5",
"vue-tsc": "^3.2.6"
}
}