summaryrefslogtreecommitdiffhomepage
path: root/webui/package.json
diff options
context:
space:
mode:
authorWill Norris <will@tailscale.com>2023-08-08 12:59:02 -0700
committerWill Norris <will@tailscale.com>2023-08-10 10:38:49 -0700
commit5e7666084379b27ea3389851f5366c81384b6d62 (patch)
tree7c8952bdaf9d61ef130a4cdc76b713087b50c776 /webui/package.json
parent94253129239547f7235b7c4f7ccf0bbd4f25c01c (diff)
downloadtailscale-tsweb/client-ui.tar.xz
tailscale-tsweb/client-ui.zip
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/webui/package.json b/webui/package.json
new file mode 100644
index 000000000..e360ea3e6
--- /dev/null
+++ b/webui/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "webui",
+ "version": "0.0.1",
+ "license": "BSD-3-Clause",
+ "engines": {
+ "node": "18.16.1",
+ "yarn": "1.22.19"
+ },
+ "private": true,
+ "dependencies": {
+ },
+ "devDependencies": {
+ "tailwindcss": "^3.1.6",
+ "typescript": "^4.7.4",
+ "vite": "^4.3.9",
+ "@vitejs/plugin-react-swc": "^3.3.2",
+ "vite-tsconfig-paths": "^3.5.0",
+ "vite-plugin-svgr": "^3.2.0",
+ "vite-plugin-rewrite-all": "^1.0.1"
+ },
+ "scripts": {
+ "build": "vite build",
+ "start": "vite",
+ "lint": "tsc --noEmit"
+ },
+ "prettier": {
+ "semi": false,
+ "printWidth": 80
+ }
+}