-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.1 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.1 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
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
83
84
85
86
{
"name": "@caoergou/windows-xp",
"version": "0.1.0",
"description": "A faithful recreation of Windows XP desktop in React - Relive the millennium era with authentic Y2K aesthetics",
"main": "dist/windows-xp.umd.js",
"module": "dist/windows-xp.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"import": "./dist/windows-xp.es.js",
"require": "./dist/windows-xp.umd.js"
},
"./style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --config vite.config.lib.ts",
"preview": "vite preview",
"test": "vitest"
},
"keywords": [
"windows-xp",
"react",
"nostalgia",
"retro",
"y2k",
"millennium",
"desktop-simulator",
"ui-recreation",
"xp-theme",
"vintage",
"component"
],
"author": "caoergou",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/caoergou/windows-xp.git"
},
"homepage": "http://eric.run.place/windows-xp/",
"bugs": {
"url": "https://github.com/caoergou/windows-xp/issues"
},
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"framer-motion": "^10.16.4",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"lucide-react": "^0.556.0",
"react-draggable": "^4.4.6",
"react-i18next": "^16.5.4",
"react-old-icons": "^1.0.2",
"react-resizable": "^3.0.5",
"react-selecto": "^1.26.3",
"styled-components": "^6.1.1",
"xp.css": "^0.2.5"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^4.2.0",
"happy": "^1.0.2",
"jsdom": "^27.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vitest": "^1.6.1"
}
}