-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "prechat",
"version": "0.1.0",
"type": "module",
"author": "Davyd ( [email protected] )",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:staging": "vite build --mode staging",
"lint": "eslint --ext .tsx,.ts src",
"lint:fix": "eslint --ext .tsx,.ts src --fix"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@preact/signals": "^1.1.3",
"@types/react-transition-group": "^4.4.6",
"apollo-upload-client": "^17.0.0",
"blurhash": "^2.0.5",
"clsx": "^1.2.1",
"croppie": "^2.6.5",
"deepsignal": "^1.3.2",
"firebase": "^9.22.1",
"graphql": "^16.6.0",
"graphql-ws": "^5.13.1",
"idb": "^7.1.1",
"lottie-react": "^2.4.0",
"preact": "^10.13.2",
"react-blurhash": "^0.3.0",
"react-colorful": "^5.6.1",
"react-transition-group": "^4.4.5",
"virtua": "^0.15.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/apollo-upload-client": "^17.0.3",
"@types/croppie": "^2.6.1",
"@types/node": "^20.2.5",
"@types/smooth-scroll": "^16.1.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.14",
"dpdm": "^3.13.1",
"eslint": "^8.49.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"typescript": "*",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-handlebars": "^1.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.16.3",
"vite-plugin-svgr": "^3.2.0",
"workbox-window": "^7.0.0"
}
}