smart-compose-react
Version:
输入字符可以智能提醒,按一下 Tab 键位就可以快速输入智能提醒内容
87 lines (86 loc) • 2.31 kB
JSON
{
"name": "smart-compose-react",
"private": false,
"version": "0.1.3",
"type": "module",
"main": "./lib/smart-compose-react.umd.cjs",
"module": "./lib/smart-compose-react.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"exports": {
".": {
"import": "./lib/smart-compose-react.js",
"require": "./lib/smart-compose-react.umd.cjs"
}
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"smart",
"compose",
"react",
"autoComplete"
],
"dependencies": {
"@amap/amap-react": "^0.1.5",
"@rematch/core": "^2.2.0",
"@rematch/loading": "^2.1.2",
"@rematch/select": "^3.1.2",
"@rematch/typed-state": "^2.1.2",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@tiptap/starter-kit": "^2.2.3",
"@types/three": "^0.144.0",
"@use-gesture/react": "^10.2.24",
"antd": "^5.7.2",
"axios": "^1.3.4",
"babel-plugin-nornj-in-jsx": "^5.3.5",
"babel-preset-nornj-with-antd": "^5.3.5",
"cross-env": "^7.0.3",
"dayjs": "^1.11.7",
"leva": "^0.9.34",
"lodash": "^4.17.21",
"maath": "^0.5.2",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react-fast-marquee": "^1.6.2",
"react-player": "^2.12.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.4",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"redux": "^4.2.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"styled-components": "^5.3.6",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash.clamp": "^4.0.7",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "^20.10.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"concurrently": "^8.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^3.2.0",
"wait-on": "^7.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}