forked from OrdinalNews/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.21 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
{
"name": "ordinal-news-client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"chakra-ui-markdown-renderer": "^4.1.0",
"framer-motion": "^10.0.1",
"localforage": "^1.10.0",
"markdown-it": "^13.0.1",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.8.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sort-by": "^1.2.0",
"throttled-queue": "^2.1.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230307.0",
"@types/markdown-it": "^12.2.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"punycode": "^2.3.0",
"typescript": "^4.7.4",
"vite": "^3.0.2"
},
"prettier": {
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"singleAttributePerLine": true,
"arrowParens": "avoid"
}
}