aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7d1d4fb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "wcms",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "watch": "webpack --env dev --watch",
+ "build": "webpack --env prod"
+ },
+ "dependencies": {
+ "codemirror": "^5.49.0"
+ },
+ "devDependencies": {
+ "css-loader": "^3.2.0",
+ "style-loader": "^1.0.0",
+ "webpack": "^4.41.2",
+ "webpack-cli": "^3.3.9"
+ }
+}