-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "dream-world",
"version": "0.1.0",
"private": true,
"dependencies": {
"@google/genai": "^1.14.0",
"@google/generative-ai": "^0.24.1",
"@headlessui/react": "^2.2.7",
"@heroicons/react": "^2.2.0",
"@reduxjs/toolkit": "^2.8.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-redux": "^7.1.34",
"axios": "^1.11.0",
"browser-image-compression": "^2.0.2",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",
"firebase": "^12.1.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.540.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.16.0",
"react-masonry-css": "^1.0.16",
"react-redux": "^9.2.0",
"react-router-dom": "^7.8.1",
"react-scripts": "^5.0.1",
"recharts": "^3.2.0",
"uuid": "^11.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start && cd OrbitServer && npm start",
"build": "react-scripts build",
"db": "react-scripts build && firebase deploy --only hosting",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"@types/react-infinite-scroll-component": "^4.2.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5"
}
}