2020-11-11 07:23:39 +00:00
|
|
|
{
|
2021-05-23 00:38:08 +00:00
|
|
|
"name": "@nocobase/client",
|
2021-12-06 13:23:34 +00:00
|
|
|
"version": "0.6.0-alpha.0",
|
2021-05-23 00:38:08 +00:00
|
|
|
"license": "MIT",
|
2021-12-06 13:23:34 +00:00
|
|
|
"main": "lib",
|
|
|
|
"module": "esm",
|
|
|
|
"sideEffects": [
|
|
|
|
"dist/*",
|
|
|
|
"esm/*.js",
|
|
|
|
"lib/*.js",
|
|
|
|
"src/*.ts",
|
|
|
|
"*.less",
|
|
|
|
"**/*/style.js"
|
|
|
|
],
|
|
|
|
"types": "esm/index.d.ts",
|
|
|
|
"engines": {
|
|
|
|
"npm": ">=3.0.0"
|
2021-05-23 00:38:08 +00:00
|
|
|
},
|
2022-01-10 11:22:21 +00:00
|
|
|
"dependencies": {
|
2022-01-28 17:02:18 +00:00
|
|
|
"@dnd-kit/core": "^5.0.1",
|
|
|
|
"@dnd-kit/sortable": "^6.0.0",
|
2022-01-10 11:22:21 +00:00
|
|
|
"@emotion/css": "^11.7.1",
|
|
|
|
"@formily/antd": "^2.0.7",
|
|
|
|
"@formily/core": "^2.0.7",
|
|
|
|
"@formily/react": "^2.0.7",
|
|
|
|
"ahooks": "^3.0.5",
|
2022-02-10 10:38:05 +00:00
|
|
|
"antd": "^4.18.5",
|
2022-01-10 11:22:21 +00:00
|
|
|
"axios": "^0.24.0",
|
2022-01-22 13:05:06 +00:00
|
|
|
"file-saver": "^2.0.5",
|
2022-01-10 11:22:21 +00:00
|
|
|
"i18next": "^21.6.0",
|
2022-01-28 05:20:01 +00:00
|
|
|
"marked": "^4.0.12",
|
2022-01-29 09:30:40 +00:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2022-01-20 04:06:09 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-01-21 06:04:15 +00:00
|
|
|
"react-i18next": "^11.15.1",
|
2022-01-22 16:46:21 +00:00
|
|
|
"react-image-lightbox": "^5.1.4",
|
2022-02-10 10:38:05 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2022-01-21 06:04:15 +00:00
|
|
|
"use-deep-compare-effect": "^1.8.1"
|
2022-01-10 11:22:21 +00:00
|
|
|
},
|
2021-05-23 00:38:08 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
"@types/react": ">=16.8.0 || >=17.0.0",
|
|
|
|
"@types/react-dom": ">=16.8.0 || >=17.0.0",
|
|
|
|
"react": ">=16.8.0 || >=17.0.0",
|
2021-12-06 13:23:34 +00:00
|
|
|
"react-dom": ">=16.8.0",
|
2022-02-10 10:38:05 +00:00
|
|
|
"react-is": ">=16.8.0 || >=17.0.0"
|
2021-12-06 13:23:34 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
2021-05-23 00:38:08 +00:00
|
|
|
},
|
2022-01-10 11:22:21 +00:00
|
|
|
"devDependencies": {
|
2022-01-28 05:20:01 +00:00
|
|
|
"@types/marked": "^4.0.1",
|
2022-01-10 11:22:21 +00:00
|
|
|
"axios-mock-adapter": "^1.20.0"
|
|
|
|
}
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|