-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
{
"name": "dictionary-react",
"version": "1.2.2",
"description": "Dictionary is a JS library that helps automate language switching. This library can greatly speed up the development of language versions for any type of application. This library is new and requires a lot of improvements, but you can already try it out. Initially, it was supposed to use Dictionary with React.",
"license": "MIT",
"homepage": "https://github.com/srpumpkin/dictionary",
"repository": {
"type": "git",
"url": "https://github.com/srpumpkin/dictionary"
},
"bugs": {
"url": "https://github.com/srpumpkin/dictionary/issues"
},
"keywords": [
"react",
"state",
"predictable",
"functional",
"hot",
"live"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"files": [
"dist"
],
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"jsdom": "^25.0.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"react-test-renderer": "^18.3.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"author": "SrPumpkin <[email protected]> (https://github.com/srpumpkin)"
}