diff --git a/js/package.json b/js/package.json new file mode 100644 index 0000000..6d4e42c --- /dev/null +++ b/js/package.json @@ -0,0 +1,12 @@ +{ + "private": true, + "name": "@xiaoxiaobai5724/flarum-theme-switch", + "dependencies": { + "flarum-webpack-config": "^2.0", + "flarum": "1.x" + }, + "scripts": { + "dev": "webpack --mode development --watch", + "build": "webpack --mode production" + } +}