-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@mergeapi/react-merge-link",
"version": "2.2.1",
"description": "A React hook wrapper for Merge Link.",
"files": [
"dist",
"src"
],
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-typescript": "^8.1.0",
"@tsconfig/recommended": "^1.0.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"@wessberg/rollup-plugin-ts": "^1.3.8",
"babel": "^6.23.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-typescript-to-proptypes": "^1.4.2",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"npmrc": "^1.1.1",
"prettier": "^2.2.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rollup": "^2.35.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
},
"scripts": {
"test": "jest",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merge-api/react-merge-link.git"
},
"keywords": [
"merge"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/merge-api/react-merge-link/issues"
},
"homepage": "https://github.com/merge-api/react-merge-link#readme"
}