iemotion
Version:
评论时快速找到表情。
35 lines (34 loc) • 947 B
JSON
{
"name": "iemotion",
"version": "2.1.0",
"description": "评论时快速找到表情。",
"main": "index.js",
"repository": "https://github.com/Dreamy-TZK/iemotion",
"homepage": "https://emotion.xiaokang.me/",
"author": "Dreamy.TZK",
"keywords": [
"twikoo",
"表情",
"评论"
],
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"serve": "cross-env NODE_ENV=production webpack serve"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.0.0-beta.4",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
}
}