-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1017 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
36
37
38
39
40
41
42
{
"name": "butter-component-menu",
"version": "0.2.0",
"description": "A Butter component for menus, uses react-dom-router",
"main": "dist/",
"repository": {
"type": "git",
"url": "https://github.com/buttercomponents/butter-component-menu.git"
},
"keywords": [
"menu",
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Niv Sardi <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/buttercomponents/butter-component-menu/issues"
},
"homepage": "https://github.com/buttercomponents/butter-component-menu",
"devDependencies": {
"butter-component-builder": "buttercomponents/butter-component-builder"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-i18next": "^3.1.0",
"react-router-dom": "^4.2.2"
},
"scripts": {
"prepublish": "npm run build",
"build": "bcb-run build",
"start": "bcb-run start",
"lint": "bcb-run lint"
}
}