-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 891 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 891 Bytes
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
{
"name": "string-2-react",
"version": "0.1.6",
"description": "Turn your valid strings into a react component",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/ahnafyy/string-2-react.git"
},
"keywords": [
"html",
"react"
],
"author": "Ahnaf Prio",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahnafyy/string-2-react/issues"
},
"homepage": "https://github.com/ahnafyy/string-2-react#readme",
"dependencies": {
"@testing-library/react": "^14.0.0",
"linkedom": "^0.14.25",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}