-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "@laterjs/react-security-code",
"version": "0.1.1",
"description": "Security Code Component for React",
"homepage": "https://github.com/artisanship/react-security-code/",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/unpkg/react-security-code.min.js",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "father build"
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@typescript-eslint/parser": "^5.41.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"father": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/artisanship/react-security-code"
},
"authors": [
"小强 <lewis@toolate.com> (https://github.com/artisanship)"
]
}