{ "private": true, "name": "@flarum/core", "dependencies": { "bootstrap": "^3.4.1", "classnames": "^2.2.6", "color-thief-browser": "^2.0.2", "dayjs": "^1.8.20", "flarum-webpack-config": "^0.1.0-beta.10", "hc-sticky": "^2.2.3", "jump.js": "^1.0.2", "lodash": "^4.17.15", "m.attrs.bidi": "github:tobscure/m.attrs.bidi", "micromodal": "^0.4.2", "mithril": "^2.0.4", "mousetrap": "^1.6.5", "punycode": "^2.1.1", "spin.js": "^4.1.0", "tooltip.js": "^1.3.3", "zepto": "^1.2.0" }, "scripts": { "dev": "webpack --mode development --watch", "build": "webpack --mode production", "lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write \"src/**/*\" \"*.{ts,js}\"" }, "devDependencies": { "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-object-assign": "^7.8.3", "@babel/plugin-transform-react-jsx": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/preset-env": "^7.8.7", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.8.7", "@types/classnames": "^2.2.9", "@types/mithril": "^2.0.2", "@types/zepto": "^1.0.30", "babel-loader": "^8.0.6", "expose-loader": "^0.7.5", "friendly-errors-webpack-plugin": "^1.7.0", "imports-loader": "^0.8.0", "prettier": "^1.19.1", "source-map-loader": "^0.2.4", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-bundle-analyzer": "^3.6.0", "webpack-cli": "^3.3.11", "webpack-merge": "^4.2.2" } }