-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.08 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
73
74
75
76
77
78
{
"name": "ditto-pwa",
"version": "0.10.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@huggingface/inference": "^2.8.1",
"@million/lint": "^1.0.14",
"@mui/icons-material": "6.4.2",
"@mui/material": "6.4.0",
"@paypal/react-paypal-js": "^8.7.0",
"@tanstack/react-query": "^5.64.2",
"@tensorflow/tfjs": "^4.22.0",
"ace-builds": "^1.37.1",
"firebase": "~11.1.0",
"framer-motion": "^11.15.0",
"hammerjs": "^2.0.8",
"js-tiktoken": "^1.0.16",
"react": "^19.0.0",
"react-ace": "^13.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^7.1.1",
"react-syntax-highlighter": "^15.6.1",
"resize-observer-polyfill": "^1.5.1",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vite-plugin-pwa": "^0.21.1",
"web-vitals": "^4.2.4",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.64.2",
"@tanstack/eslint-plugin-query": "^5.66.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.6"
},
"scripts": {
"start": "vite",
"build": "vite build",
"build:staging": "vite build --mode staging",
"build:dev": "vite build --mode development",
"serve": "vite preview",
"clean": "rm -rf build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}