-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 805 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 805 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
{
"name": "react-br",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"repository": "git@github.com:0r0loo/react-br.git",
"author": "0r0loo <chotg5592@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"react",
"next",
"br",
"nl2br"
],
"devDependencies": {
"@testing-library/react": "^15.0.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.2"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0 || ^18.0.0"
}
}