summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-06-25 12:56:04 +0200
committerMike Vink <mike1994vink@gmail.com>2021-06-25 12:56:04 +0200
commit6bd8d0345e3ac653c3fad4f1c7a6352e8a4a166e (patch)
treef142d3f43add40c2dd56bc496d6b4ab497f31a3e /client/package.json
parent38d59e2876b9f4d7c589d58295ef8acdf336a45b (diff)
parent102b25f18d9b269c58d15677f10cd71c15003c4b (diff)
Merge branch 'mvcFeature' into mainline
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
new file mode 100644
index 0000000..859a76a
--- /dev/null
+++ b/client/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "mancala-mvc",
+ "version": "1.0.0",
+ "description": "Front-end for the mancala mvc",
+ "private": true,
+ "scripts": {
+ "start": "snowpack dev",
+ "lint": "eslint src/**/*.{ts,tsx}"
+ },
+ "dependencies": {
+ "react": "^17.0.0",
+ "react-dom": "^17.0.0",
+ "react-router-dom": "^5.2.0"
+ },
+ "devDependencies": {
+ "@snowpack/plugin-dotenv": "^2.0.4",
+ "@snowpack/plugin-react-refresh": "^2.3.6",
+ "@snowpack/plugin-typescript": "^1.1.0",
+ "@types/react": "^16.9.49",
+ "@types/react-dom": "^16.9.8",
+ "@types/react-router-dom": "^5.1.7",
+ "@types/snowpack-env": "^2.3.0",
+ "@typescript-eslint/eslint-plugin": "^4.14.0",
+ "@typescript-eslint/parser": "^4.14.0",
+ "eslint": "^7.18.0",
+ "eslint-plugin-react": "^7.22.0",
+ "eslint-plugin-react-hooks": "^4.2.0",
+ "snowpack": "^2.17.0",
+ "typescript": "^4.0.0"
+ }
+}