-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.22 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
79
80
81
82
83
84
85
86
{
"name": "invest-pi",
"version": "0.1.0",
"private": true,
"proxy": "https://piserver.onrender.com/",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@mui/base": "5.0.0-beta.13",
"@mui/core": "5.0.0-alpha.54",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@snowpack/plugin-webpack": "^3.0.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/gsap": "^3.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.39",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.1.0",
"axios": "^1.4.0",
"dns": "^0.2.2",
"fs": "0.0.1-security",
"gsap": "^3.12.2",
"heroicons": "^2.0.18",
"js-cookie": "^3.0.5",
"mongodb": "^5.7.0",
"mongodb-realm": "^1.0.0",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-mentions": "^4.4.10",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"realm": "^11.10.1",
"realm-web": "^2.0.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tinymce": "^6.7.0",
"typescript": "^4.9.5",
"vite": "^4.4.11",
"vite-plugin-env-compatible": "^1.1.1",
"vite-tsconfig-paths": "^4.2.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"server-run": "nodemon server/server.js",
"build": "vite build",
"test": "vite 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": "^18.2.17",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.0",
"cors": "^2.8.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"vite": "^4.4.11"
}
}