about summary refs log tree commit diff
path: root/website/goals/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'website/goals/package.json')
-rw-r--r--website/goals/package.json25
1 files changed, 18 insertions, 7 deletions
diff --git a/website/goals/package.json b/website/goals/package.json
index 1fbc88368ddf..ced454a8a315 100644
--- a/website/goals/package.json
+++ b/website/goals/package.json
@@ -1,15 +1,26 @@
 {
-  "name": "goals",
+  "name": "tailwindcss",
   "version": "1.0.0",
-  "description": "",
   "main": "index.js",
+  "license": "MIT",
   "scripts": {
-    "dev": "browser-sync start --server --files *"
+    "dev": "npx parcel src/index.html & npx tsc --watch --noEmit"
   },
-  "keywords": [],
-  "author": "",
-  "license": "ISC",
   "devDependencies": {
-    "browser-sync": "^2.26.7"
+    "@types/node": "^13.9.3",
+    "parcel-bundler": "^1.12.4",
+    "tailwindcss": "^1.2.0",
+    "typescript": "^3.8.3"
+  },
+  "dependencies": {
+    "@reduxjs/toolkit": "^1.2.5",
+    "@types/react": "^16.9.25",
+    "@types/react-dom": "^16.9.5",
+    "@types/react-redux": "^7.1.7",
+    "@types/react-router-dom": "^5.1.3",
+    "react": "^16.13.1",
+    "react-dom": "^16.13.1",
+    "react-redux": "^7.2.0",
+    "react-router-dom": "^5.1.2"
   }
 }