tldraw/apps/vscode/editor/package.json
Judicael d919bd273e
feat: add translation (#704)
* feat: add translation

* modal, left menu translation

* primary tools translation

* render with intl provider for testing

restore file

* french translation done

* context menu translation and test

* added italian

* Add menu to select language

* translation for the word language

* bump dev deps

Bump react on www

* Fix types

* update dependencies

* pre-release

* Delete lask.config.json

Co-authored-by: Enrico <franciscono.enry@gmail.com>
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2022-06-09 15:33:35 +01:00

35 lines
No EOL
895 B
JSON

{
"name": "@tldraw/vscode-editor",
"version": "1.11.0-next.0",
"private": true,
"description": "An an editor for the tldraw vscode extension.",
"author": "@steveruizok",
"license": "MIT",
"keywords": [
"react",
"typescript",
"esbuild"
],
"scripts": {
"start:vscode": "node scripts/dev.mjs -w",
"build": "node scripts/build.mjs",
"build:apps": "yarn build"
},
"devDependencies": {
"@tldraw/tldraw": "*",
"@types/node": "^17.0.14",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.1.8",
"concurrently": "7.0.0",
"create-serve": "1.0.1",
"esbuild": "^0.14.38",
"esbuild-serve": "^1.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rimraf": "3.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"gitHead": "a7dac0f83ad998e205c2aab58182cb4ba4e099a6"
}