-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.99 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
{
"name": "think-labs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.14",
"@testing-library/jest-dom": "^5.17.0",
"@tldraw/tldraw": "^2.0.0-canary.261079087377",
"@zegocloud/zego-uikit-prebuilt": "^1.10.2",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"emoji-picker-react": "^3.5.1",
"firebase": "^10.9.0",
"openai": "^4.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-images-uploading": "^3.1.7",
"react-loader-spinner": "^6.1.6",
"react-quill": "^2.0.0",
"react-router-dom": "^6.21.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"serve": "^14.2.1",
"socket.io-client": "^4.7.5",
"source-map-explorer": "^2.5.3",
"uuid": "^8.2.0",
"web-vitals": "^2.1.4",
"zego-superboard-web": "^2.14.1"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"serve": "react-scripts build && npx serve",
"build": "react-scripts build",
"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": {
"@testing-library/react": "^14.1.2",
"tailwindcss": "^3.4.0"
},
"description": "Thinklabs is a collaboration platform created for artists, teachers, students and businesses to brainstorm new ideas and plan their execution.",
"main": "server/server.js",
"directories": {
"doc": "docs"
},
"author": "AdiKsOnDev",
"license": "MIT"
}