-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) 路 1.68 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) 路 1.68 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
{
"name": "textoshop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "NODE_ENV=development vite build --mode development --base=/Textoshop",
"build_sup": "NODE_ENV=development vite build --mode development",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@blueprintjs/icons": "^5.9.0",
"@formkit/auto-animate": "^0.8.2",
"@nextui-org/react": "^2.4.2",
"@types/slate": "^0.47.15",
"chroma-js": "^2.4.2",
"clsx": "^2.1.1",
"diff": "^5.2.0",
"framer-motion": "^11.2.12",
"immutable": "^5.0.0-beta.5",
"jsonrepair": "^3.8.0",
"openai": "^4.28.4",
"react": "^18.2.0",
"react-arborist": "^3.4.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-infinite-viewer": "^0.28.1",
"react-markdown": "^9.0.1",
"react-moveable": "^0.56.0",
"react-router-dom": "^6.24.1",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-react": "^0.102.0",
"zod": "^3.23.8",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/chroma-js": "^2.4.4",
"@types/diff": "^5.2.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"use-resize-observer": "^9.1.0",
"vite": "^5.1.0"
}
}