forked from bdryanovski/react-device-preview
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "@robertito13/react-device-preview",
"version": "2.0.3",
"description": "react-device-preview React component",
"author": "Roberto Vaccaro <[email protected]>",
"homepage": "https://github.com/robertito13",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/robertito13/react-device-preview.git"
},
"bugs": {
"url": "https://github.com/robertito13/react-device-preview"
},
"private": false,
"keywords": [
"react-component",
"devicepreview",
"preview"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"rollup": "rollup -c"
},
"peerDependencies": {
"react": "18.x"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/react": "^18.0.17",
"react": "^18.2.0",
"rollup": "^2.78.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"types": "dist/index.d.ts"
}