summaryrefslogtreecommitdiffstats
path: root/client/js/app/package.json
diff options
context:
space:
mode:
authorLeandro Alves <leandroalves@yahooinc.com>2022-06-16 14:49:50 +0200
committerLeandro Alves <leandroalves@yahooinc.com>2022-06-16 14:49:50 +0200
commit9535e1b07697d0a58ebbb14d8c0c93df8827b4dc (patch)
tree3a1a6a6da7359c7c9b6e5e6f317c4c780687d724 /client/js/app/package.json
parent5e00300349d15d4aad0df4ab0631a811df526b79 (diff)
initial vite react app
Diffstat (limited to 'client/js/app/package.json')
-rw-r--r--client/js/app/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/js/app/package.json b/client/js/app/package.json
new file mode 100644
index 00000000000..1bb03614761
--- /dev/null
+++ b/client/js/app/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "app",
+ "private": true,
+ "version": "0.0.0",
+ "scripts": {
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0"
+ },
+ "devDependencies": {
+ "@types/react": "^18.0.0",
+ "@types/react-dom": "^18.0.0",
+ "@vitejs/plugin-react": "^1.3.0",
+ "vite": "^2.9.9"
+ }
+} \ No newline at end of file