summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
committerMaksymilian Jopek <maks@jopek.eu>2021-10-24 18:59:50 +0200
commit55d0e202677253ecf893bd52649871f10b52d3de (patch)
tree23fc8b3b06bef4ff7503c100edcea2ed01a298d5 /package.json
parent94ca5987544009f2da17fe27abc6c9de380d34fd (diff)
downloadisiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.gz
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.tar.zst
isiqandisi-55d0e202677253ecf893bd52649871f10b52d3de.zip
Almost dragging and WYSiWYG start
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 862ad72..def0188 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
{
- "name": "webpack-ts-template",
+ "name": "isiqandisi",
"version": "0.0.1",
- "description": "Template for typescript project with webpack",
+ "description": "",
"main": "index.ts",
"scripts": {
"serve": "webpack serve --mode development",
"build": "webpack --mode production"
},
- "repository": "git@git.jopek.eu:maks/webpack-ts-template.git",
+ "repository": "git@git.jopek.eu:isiqandisi",
"author": "Maks Jopek <maks@jopek.eu>",
"license": "AGPL-3.0-or-later",
"private": false,
@@ -29,7 +29,9 @@
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
- "dotenv": "^9.0.2"
+ "@types/tinymce": "^4.6.4",
+ "dotenv": "^9.0.2",
+ "tinymce": "^5.10.0"
},
"browserslist": [
"last 1 chrome version"