This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ayuskey_front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"bp": "tsc && vite build && vite preview",
"prepare": "pnpm husky install",
"preview": "vite preview",
"format": "pnpm rome format src",
"lint": "pnpm rome check src"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"pnpm format"
]
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.10.1",
"@nextui-org/react": "1.0.0-beta.9",
"@react-stately/collections": "^3.4.2",
"@react-stately/menu": "^3.4.0",
"@stitches/react": "^1.2.8",
"@types/crypto-js": "^4.1.1",
"@types/dexie": "^1.3.1",
"@types/prismjs": "^1.26.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-sound": "^1.2.3",
"@types/react-syntax-highlighter": "^15.5.5",
"@types/styled-components": "^5.1.26",
"ayuskey.js": "1.0.0-rc.7",
"crypto-js": "^4.1.1",
"dexie": "^3.2.2",
"dexie-react-hooks": "^1.1.1",
"framer-motion": "^7.2.0",
"mfm-js": "^0.23.0",
"notistack": "^2.0.5",
"photoswipe": "^5.3.0",
"react": "^18.2.0",
"react-async": "^10.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-icons": "^4.4.0",
"react-is": "^18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "6",
"react-spinners-kit": "github:barbalex/react-spinners-kit",
"react-syntax-highlighter": "^15.5.0",
"strictcat": "^0.0.1-alpha.4",
"styled-components": "^5.3.5",
"use-sound": "^4.0.1",
"valtio": "^1.6.4"
},
"devDependencies": {
"@types/node": "^18.7.9",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"pnpm": "^7.9.5",
"rome": "0.8.0-next.ff4153b",
"typescript": "^4.6.4",
"vite": "^3.0.7"
},
"packageManager": "[email protected]"
}