-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 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
59
60
61
62
63
64
65
{
"name": "react-infinity-menu",
"version": "4.0.0",
"description": "An unlimited deep side menu",
"main": "./dist/infinity-menu.js",
"scripts": {
"test": "./node_modules/.bin/eslint ./src/ ./test/ && mocha --compilers js:babel-core/register --recursive",
"build": "babel src -d dist",
"watch": "babel src --watch -d dist",
"dev": "webpack --watch",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/socialtables/react-infinity-menu.git"
},
"author": "Social Tables",
"bugs": {
"url": "https://github.com/socialtables/react-infinity-menu/issues"
},
"homepage": "https://github.com/socialtables/react-infinity-menu",
"dependencies": {
"lodash.get": "^4.4.2",
"nested-objects": "0.0.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.2.10",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.21.0",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.9.0",
"jsdom": "^6.5.1",
"mocha": "^2.3.3",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.1.1",
"should": "^7.1.0",
"should-sinon": "0.0.3",
"sinon": "^1.17.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
},
"peerDependencies": {
"react": ">=0.16.0"
},
"directories": {
"example": "example",
"test": "test"
},
"keywords": [
"react",
"menu",
"infinity",
"react-menu",
"react-component"
],
"license": "Apache-2"
}