-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 KB
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
66
{
"name": "react-tabs-navigation",
"version": "0.4.4",
"description": "react-tabs-navigation is a nice react component that enables navigation through tabs in your web app.",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers .:tests/compiler.js src/**/*-test.js",
"test-watch": "mocha --compilers .:tests/compiler.js --watch --reporter min src/**/*-test.js",
"build": "babel --ignore *-test.js src --watch --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/pepjo/react-tabs-navigation.git"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"radium": "^0.18.1",
"color": "^0.10.1",
"css-element-queries": "^0.3.2"
},
"devDependencies": {
"babel-cli": "6.1.18",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"chalk": "^1.1.1",
"eslint": "~1.7.x",
"eslint-config-standard": "^4.3.1",
"eslint-plugin-react": "^3.5.1",
"eslint-plugin-standard": "^1.3.0",
"gulp": "^3.8.7",
"gulp-eslint": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jsdom": "^7.0.2",
"mocha": "^2.3.4",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
"react-dom": "^15.3.0",
"react-tools": "^0.13.3",
"require-dir": "^0.3.0",
"skin-deep": "^0.13.0",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "^3.6.1"
},
"keywords": [
"react",
"reactjs",
"tabs",
"navigation",
"component",
"element",
"javascript"
],
"author": "Pep Rodeja",
"license": "MIT"
}