-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 986 Bytes
/
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
{
"name": "bpac-react",
"version": "1.0.2",
"description": "",
"main": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkx64/bpac-react.git"
},
"keywords": [
"brother",
"printer",
"bpac",
"react",
"label"
],
"author": "Kiril Krsteski",
"license": "MIT",
"bugs": {
"url": "https://github.com/kkx64/bpac-react/issues"
},
"homepage": "https://github.com/kkx64/bpac-react#readme",
"devDependencies": {
"@rollup/plugin-json": "^5.0.2",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.5.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}