-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 847 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
{
"name": "react-with-directive",
"version": "1.0.2",
"description": "react use directive",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js"
},
"author": {
"name": "leegsen",
"email": "[email protected]"
},
"homepage": "https://github.com/leegsen7/react-directive#readme",
"keywords": [
"react",
"directive"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/leegsen7/react-directive.git"
},
"peerDependencies": {
"react": ">=16.2.0",
"react-dom": ">=16.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.9.6",
"rollup": "^2.10.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}