This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 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
{
"name": "mini-assistant",
"private": true,
"version": "0.4.2",
"type": "module",
"scripts": {
"start": "yarn && yarn dev",
"prod": "yarn build && rm -rf build && mv dist build && yarn deploy",
"dev": "vite",
"build": "vite build",
"build:preview": "vite build & vite preview",
"preview": "vite preview",
"deploy": "vk-miniapps-deploy",
"tunnel": "node tunnel.js",
"tunnel:lh": "node tunnel.js lh",
"tunnel:prod": "node tunnel.js prod",
"tunnel:ngrok": "node tunnel.js ngrok"
},
"dependencies": {
"@types/styled-components": "^5.1.26",
"@vkontakte/icons": "^2.16.0",
"@vkontakte/vk-bridge": "^2.7.2",
"@vkontakte/vkjs": "^0.32.0",
"@vkontakte/vkui": "^5.2.1",
"history": "^5.3.0",
"prop-types": "^15.8.1",
"querystringify": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vkontakte/vk-miniapps-deploy": "^0.0.26",
"@vkontakte/vk-tunnel": "^0.1.3",
"eruda": "^2.11.2",
"eruda-code": "^2.1.0",
"eruda-dom": "^2.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"ngrok": "^4.3.3",
"postcss": "^8.4.21",
"terser": "^5.16.5",
"vite": "^4.1.4"
}
}