-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
104 lines (104 loc) · 3.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "@tolgee/web",
"version": "5.33.2",
"description": "Tolgee for web",
"declaration": true,
"type": "module",
"main": "./index.cjs",
"types": "./types/index.d.ts",
"exports": {
".": {
"production": {
"import": "./dist/tolgee-web.production.esm.js",
"require": "./dist/tolgee-web.production.umd.cjs"
},
"import": "./dist/tolgee-web.development.esm.js",
"require": "./index.cjs",
"types": "./types/index.d.ts"
},
"./tools": {
"import": "./dist/tolgee-in-context-tools.esm.js",
"require": "./dist/tolgee-in-context-tools.umd.cjs",
"types": "./types/tools.d.ts"
},
"./package.json": "./package.json"
},
"scripts": {
"dev": "vite",
"develop": "concurrently --raw \"tsc --watch --preserveWatchOutput --project tsconfig.prod.json\" \"vite build --watch\"",
"build": "tsc --project tsconfig.prod.json && vite build && vite build --config vite.config.production.ts && vite build --config vite.config.tools.ts",
"test": "jest --collect-coverage --runInBand",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"schema": "openapi-typescript 'http://localhost:8080/v3/api-docs/Accessible%20with%20Project%20API%20key%20(V2)' --output ./src/package/ui/client/apiSchema.generated.ts",
"tsc": "tsc --noEmit",
"clean": "rm -rf dist lib coverage"
},
"author": "Tolgee",
"license": "BSD-3-Clause",
"files": [
"types/**/*",
"lib/**/*",
"dist/**/*",
"src/**/*",
"tools/**/*",
"index.cjs"
],
"dependencies": {
"@tolgee/core": "5.33.2"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@rollup/plugin-replace": "^4.0.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@tginternal/editor": "^1.15.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"codemirror": "6.0.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"fast-text-encoding": "^1.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"openapi-typescript": "^6.7.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"rollup": "^4.14.0",
"rollup-plugin-terser": "7.0.2",
"typescript": "^5.2.2",
"use-context-selector": "^1.4.4",
"use-debounce": "^10.0.0",
"vite": "^5.2.0",
"vite-plugin-replace": "^0.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tolgee/tolgee-js.git"
},
"keywords": [
"localization",
"languages",
"internationalization",
"framework",
"localize"
],
"bugs": {
"url": "https://github.com/tolgee/tolgee-js/issues"
},
"homepage": "https://github.com/tolgee/tolgee-js#readme",
"gitHead": "d4f5dccf1f3b0017942d862f7be7e9efe093ef08",
"publishConfig": {
"access": "public"
},
"sideEffects": false
}