forked from Renovamen/playground-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "playground-macos",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --host",
"lint": "eslint --ext .js,.ts,.tsx ./",
"prepare": "husky install",
"serve": "vite preview --host",
"up": "taze major -I"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --fix",
"package.json": "sort-package-json"
},
"dependencies": {
"@rooks/use-raf": "^4.11.2",
"date-fns": "^2.29.3",
"framer-motion": "^10.3.0",
"katex": "^0.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-rangeslider": "2.2.0",
"react-rnd": "^10.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-webcam": "7.0.1",
"web-vitals": "^3.3.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@iconify/json": "^2.2.34",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-rangeslider": "^2.2.4",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@unocss/reset": "^0.50.4",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"pnpm": "^7.29.1",
"prettier": "^2.8.4",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sort-package-json": "^2.4.1",
"taze": "^0.9.0",
"typescript": "^4.9.5",
"unocss": "^0.50.4",
"vite": "^4.1.4"
},
"packageManager": "[email protected]"
}