promo! react
This commit is contained in:
+8
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "./node_modules/http-server/bin/http-server -p 9876 -S -C local.hvatilo.ru.pem -K local.hvatilo.ru-key.pem -o .",
|
||||
"build": "./build.js"
|
||||
"start": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-server": "^14.1.1",
|
||||
@@ -11,8 +11,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@minify-html/node": "^0.18.1",
|
||||
"@types/node": "^26.2.0",
|
||||
"@types/react": "^19.2.18",
|
||||
"@types/react-dom": "^19.2.5",
|
||||
"@vitejs/plugin-react": "^6.1.0",
|
||||
"easy-https": "^1.0.1",
|
||||
"javascript-obfuscator": "^5.5.0",
|
||||
"typescript": "^7.0.2",
|
||||
"vite": "^8.2.2",
|
||||
"ws": "^8.20.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user