-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1006 Bytes
/
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
{
"name": "test-absurd-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@altrx/gundb-react-auth": "^0.4.0",
"@altrx/gundb-react-hooks": "^0.9.7",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@jlongster/sql.js": "^1.6.7",
"@mui/icons-material": "^5.2.4",
"@mui/lab": "^5.0.0-alpha.60",
"@mui/material": "^5.2.4",
"@tanstack/react-query": "^4.0.10",
"@tanstack/react-virtual": "3.0.0-beta.17",
"absurd-sql": "^0.0.53",
"comlink": "^4.3.1",
"date-fns": "^2.27.0",
"gun": "github:amark/gun",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"express": "^4.17.2",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-rewrite-all": "^1.0.0"
}
}