repo: move tools to packages/tools

This commit is contained in:
vchikalkin 2022-12-20 11:42:59 +03:00
parent eff67858dc
commit b4b6192f1c
9 changed files with 56 additions and 6 deletions

View File

@ -41,12 +41,13 @@
"next-plugin-graphql": "^0.0.2",
"next-with-less": "^2.0.5",
"normalize.css": "^8.0.1",
"radash": "^8.0.0",
"radash": "^10.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.30.4",
"styled-components": "^5.3.5",
"superjson": "^1.11.0",
"tools": "*",
"ui": "*",
"use-debounce": "^8.0.1",
"zod": "^3.19.1"

View File

@ -0,0 +1,11 @@
{
"name": "tools",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"dependencies": {
"mobx": "^6.7.0",
"radash": "^10.3.0"
}
}

View File

@ -0,0 +1,21 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Default",
"compilerOptions": {
"composite": false,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": false,
"isolatedModules": true,
"moduleResolution": "node",
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2021"
},
"exclude": ["node_modules"]
}

View File

@ -6598,12 +6598,13 @@ __metadata:
next-with-less: ^2.0.5
normalize.css: ^8.0.1
prettier: 2.7.1
radash: ^8.0.0
radash: ^10.3.0
react: ^18.2.0
react-dom: ^18.2.0
sharp: ^0.30.4
styled-components: ^5.3.5
superjson: ^1.11.0
tools: "*"
ts-jest: ^29.0.1
turbo: ^1.6.3
typescript: 4.8.3
@ -9843,6 +9844,13 @@ __metadata:
languageName: node
linkType: hard
"mobx@npm:^6.7.0":
version: 6.7.0
resolution: "mobx@npm:6.7.0"
checksum: 895b46177b074b4b9c43b3eb5a9e86ed9d75e86d99db0be362e9ff1bcc81eddd04d4cbe4a207bccb814621bd17889191d87be0dab4073d24a0ad3edefdd3a9bc
languageName: node
linkType: hard
"moment@npm:2.29.3, moment@npm:^2.24.0, moment@npm:^2.29.2":
version: 2.29.3
resolution: "moment@npm:2.29.3"
@ -10996,10 +11004,10 @@ __metadata:
languageName: node
linkType: hard
"radash@npm:^8.0.0":
version: 8.0.0
resolution: "radash@npm:8.0.0"
checksum: cc7fead82834b96568989d01fb68a9e3c553292d2e640375030b4ecfdfdbb09d4484736e36bf86b09e42526d7245b975d8b546ead6430fdc2b43a724651c449e
"radash@npm:^10.3.0":
version: 10.3.0
resolution: "radash@npm:10.3.0"
checksum: 789b85ebc5b3fc9763c663df5691b171b1afd4db055ddc19e84e812fbf48e707b03fb39d0b6ebd55c0b8f9417046de97c394eb72f55e3bcf3ae0be317379b454
languageName: node
linkType: hard
@ -13218,6 +13226,15 @@ __metadata:
languageName: node
linkType: hard
"tools@*, tools@workspace:packages/tools":
version: 0.0.0-use.local
resolution: "tools@workspace:packages/tools"
dependencies:
mobx: ^6.7.0
radash: ^10.3.0
languageName: unknown
linkType: soft
"tough-cookie@npm:^4.0.0":
version: 4.1.2
resolution: "tough-cookie@npm:4.1.2"