mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@flarum/core",
|
|
"dependencies": {
|
|
"bootstrap": "^3.4.1",
|
|
"classnames": "^2.2.6",
|
|
"colorthief": "^2.3.0",
|
|
"dayjs": "^1.8.23",
|
|
"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.6",
|
|
"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.9.0",
|
|
"@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.9.4",
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@babel/preset-typescript": "^7.9.0",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@types/classnames": "^2.2.10",
|
|
"@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": "^2.0.2",
|
|
"source-map-loader": "^0.2.4",
|
|
"typescript": "^3.8.3",
|
|
"webpack": "^4.42.1",
|
|
"webpack-bundle-analyzer": "^3.6.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-merge": "^4.2.2"
|
|
}
|
|
}
|