forked from LF112/FUTI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "futi-detroit-profile",
"version": "4.1.2-80f9332",
"description": "⚡️Based on Detroit sci-fi style personal homepage.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LF112/FUTI.git"
},
"author": "LF112",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/LF112/FUTI/issues"
},
"type": "module",
"homepage": "https://github.com/LF112/FUTI#readme",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.3.2",
"child_process": "^1.0.2",
"fastdom": "^1.0.11",
"parallax-js": "^3.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"vite": "^2.9.14",
"vite-plugin-svgr": "^1.1.0",
"vite-tsconfig-paths": "^3.5.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "16"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
}
}