-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "@n370/rolltip",
"version": "0.1.2",
"description": "Yet another tooltip react component",
"homepage": "https://n370.github.io/rolltip",
"bugs": {
"homepage": "https://github.com/n370/rolltip/issues",
"email": "ama@n370.info"
},
"repository": {
"type": "git",
"url": "https://github.com/n370/rolltip.git"
},
"main": "dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config",
"develop": "rollup --config --watch",
"prepare": "npm run build"
},
"keywords": [
"tooltip",
"react",
"component",
"rollup"
],
"author": "Dylson Valente Neto <ama@n370.info> (https://n370.info/)",
"license": "MIT",
"peerDependencies": {
"react": "file:./demo/node_modules/react",
"react-dom": "file:./demo/node_modules/react-dom"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/preset-env": "7.14.1",
"@babel/preset-react": "7.13.13",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-eslint": "8.0.1",
"@rollup/plugin-node-resolve": "13.0.0",
"autoprefixer": "10.2.5",
"babel-eslint": "10.1.0",
"eslint": "7.26.0",
"eslint-plugin-babel": "5.3.1",
"node-sass": "6.0.0",
"postcss": "8.2.15",
"prettier": "2.3.0",
"rollup": "2.47.0",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-postcss": "4.0.0"
}
}