summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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"