summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-29 01:21:05 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-29 01:21:05 +0300
commitfd4e0c3112d69061d495dfcf79f6ef62e3c6d5e6 (patch)
treefa55d6e879e3c6d85601d5c2486837f323ffd81d /web/package.json
parentb26bd10926447ed59cbf263aef087bb7c04f35eb (diff)
Начальный веб клиентHEADmaster
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 0000000..bc0a22a
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "idec",
+ "version": "1.0.0",
+ "main": "dist/index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "description": "",
+ "dependencies": {
+ "@picocss/pico": "^2.0.6",
+ "react": "^18.3.1",
+ "react-markdown": "^9.0.1",
+ "react-router-dom": "^6.27.0",
+ "remark-breaks": "^4.0.0"
+ }
+}