-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.56 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.56 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
{
"name": "xyz.xshadow.portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@floating-ui/react": "^0.26.11",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@preact/signals": "^1.2.1",
"preact": "^10.16.0",
"react-animated-css": "^1.2.1",
"react-rnd": "^10.4.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-rnd": "^8.0.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"tw-colors": "^3.3.1",
"typescript": "^5.0.2",
"vite": "^5.2.8"
},
"description": "<p float=\"left\" align=\"center\">\r <img src=\"https://i.imgur.com/U9lFsUG.jpeg\" width=15% />\r <img src=\"https://i.imgur.com/b1a39cz.png\" width=40% />\r <img src=\"https://i.ibb.co/n0C9kvJ/o.png\" width=15% height=10%/>\r </p>",
"repository": {
"type": "git",
"url": "git+https://github.com/shadowdevfr/shadowdevfr.git"
},
"keywords": [
"portfolio"
],
"author": "Maxim Lucas",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/shadowdevfr/shadowdevfr/issues"
},
"homepage": "https://github.com/shadowdevfr/shadowdevfr#readme"
}