aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-05 13:34:24 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-05 13:34:24 +0200
commit232c1e536d22dbb46b7d11fc389695d440343495 (patch)
tree95665d538410f4754b7ebced93c7bdc2b15132b0 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6456746
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "slam-frontend",
+ "version": "0.0.0",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc && vite build",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
+ },
+ "devDependencies": {
+ "@types/react": "^17.0.33",
+ "@types/react-dom": "^17.0.10",
+ "@vitejs/plugin-react": "^1.0.7",
+ "typescript": "^4.4.4",
+ "vite": "^2.7.2"
+ }
+} \ No newline at end of file