-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "react-desktop-menus",
"version": "1.0.8",
"description": "desktop app menus with react",
"main": "lib/index.js",
"peerDependencies": {
"react": ">= 16.0.0",
"react-dom": ">= 16.0.0",
"prop-types": ">= 15.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-env": "^1.1.4",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"browserify": "^13.1.1",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"watchify": "^3.8.0"
},
"scripts": {
"build:lib": "babel src -d lib",
"build:ex": "browserify example/index.js -v -t babelify -o build/bundle.js",
"lint": "eslint example --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YannickBochatay/react-desktop-menus.git"
},
"keywords": [
"react",
"menu",
"javascript"
],
"author": "Yannick Bochatay",
"license": "MIT",
"bugs": {
"url": "https://github.com/YannickBochatay/react-desktop-menus/issues"
},
"homepage": "https://github.com/YannickBochatay/react-desktop-menus#readme"
}