-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "react-nenav",
"version": "1.6.6",
"description": "nenav",
"main": "lib/Nenav.js",
"author": "Davide Francesco Merico",
"homepage": "https://github.com/NeckersBOX/react-nenav",
"repository": {
"type": "git",
"url": "https://github.com/NeckersBOX/react-nenav.git"
},
"bugs": {
"url": "https://github.com/NeckersBOX/react-nenav/issues"
},
"dependencies": {
"classnames": "*",
"react-redux": "^4.4.6",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"gulp": "*",
"react-component-gulp-tasks": "*"
},
"peerDependencies": {
"react": "15.x.x",
"redux": "3.x.x",
"react-redux": "4.x.x"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"examples": "gulp dev:server",
"lint": "eslint ./; true",
"publish:site": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp dev",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component"
],
"license": "GPL-3.0"
}