summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-30 09:51:00 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-01-11 00:00:22 +0100
commitbcb77d979d817e1e609adb4d007bbbcc3f61efbd (patch)
tree093c5a2914ee0f6e1ec559b3b98725190fee7285 /package.json
downloadclient-1.0.0.tar.gz
client-1.0.0.tar.bz2
client-1.0.0.zip
Prepare for githubv1.0.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f49df56
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
1{
2 "name": "client",
3 "version": "0.1.0",
4 "description": "",
5 "scripts": {
6 "start": "vite",
7 "build": "vite build --outDir ttun/staticfiles",
8 "typecheck": "tsc --noEmit",
9 "typewatch": "tsc --noEmit --watch"
10 },
11 "license": "MIT",
12 "dependencies": {
13 "classnames": "^2.3.1",
14 "react": "^17.0.2",
15 "react-dom": "^17.0.2",
16 "react-json-view": "^1.21.3"
17 },
18 "devDependencies": {
19 "@types/react": "^16.9.34",
20 "@types/react-dom": "^16.9.7",
21 "babel-preset-nano-react-app": "^0.1.0",
22 "sass": "^1.45.2",
23 "typescript": "^3.8.3",
24 "vite": "^2.6.7"
25 }
26}