-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "usepages-blocks",
"description": "blocks for usePages.today",
"main": "cjs.js",
"jsnext:main": "index.js",
"scripts": {
"bundle": "rollup -c rollup.config.js",
"postpublish": "rm -rf dist && git checkout package.json && git push && git push --tags",
"prepublish": "npm run bundle",
"push": "git tag $(npm version $VERSION) && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UXtemple/usepages-blocks.git"
},
"keywords": [
"basic",
"usepages",
"today",
"uxtemple",
"panels",
"usepanels"
],
"author": "UXtemple <[email protected]>",
"contributors": [
"Darío Javier Cravero <[email protected]>",
"Tom Parandyk <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/usepages-blocks/issues"
},
"homepage": "https://github.com/UXtemple/usepages-blocks#readme",
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-external-helpers": "^6.4.0",
"babel-preset-es-uxtemple": "^1.0.1",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"rollup": "0.36.3",
"rollup-plugin-babel": "^2.3.9"
},
"peerDependencies": {
"panels-ui": "^2.0.4",
"react": "^15.0.0"
},
"dependencies": {
"mini-unique-id": "^1.0.1",
"style-to-css": "^1.0.0",
"waiting": "^1.0.0",
"webfontloader": "^1.6.26"
},
"version": "3.4.4"
}