-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 956 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 956 Bytes
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
{
"name": "router-divovk",
"version": "1.0.5",
"description": "Router DIVOVK for VK Mini Apps",
"main": "/dist/router-divovk.es.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goodwin74/router-divovk.git"
},
"keywords": [
"router",
"divovk",
"vkma",
"miniapps"
],
"author": "Polyakov S.A.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/goodwin74/router-divovk/issues"
},
"homepage": "https://github.com/goodwin74/router-divovk#readme",
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"path": "^0.12.7",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.39.0",
"vite": "^6.2.4",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"sideEffects": [
"*.css"
]
}