-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 931 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
{
"name": "tari-connector",
"version": "0.1.14",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"start": "rollup -c -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-image": "^3.0.2",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.20.6",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sass": "^1.12.19",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^5.0.4"
},
"peerDependencies": {
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"files": [
"dist"
]
}