-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.65 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
{
"author": "Yoonge <7884008@qq.com>",
"description": "Realworld: The mother of all demo apps — Exemplary front-end Medium.com clone (called Conduit) built with Axios + Hox + React + react-bootstrap + react-router-dom + TypeScript + Vditor.",
"keywords": [
"Axios",
"Bootstrap",
"Conduit",
"Demo",
"ESLint",
"Hox",
"Less",
"Prettier",
"React",
"react-bootstrap",
"react-router",
"react-router-dom",
"RealWorld",
"TypeScript",
"Vditor",
"Vite"
],
"name": "conduit-react",
"private": true,
"type": "module",
"version": "0.2.0",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"format": "npx prettier --write src",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"bootstrap5-tags": "^1.7.1",
"flatpickr": "^4.6.13",
"hox": "^2.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"vditor": "^3.10.2",
"wordcloud": "^1.2.2"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/wordcloud": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"less": "^4.1.3",
"prettier": "^2.8.8",
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}