-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.61 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
66
{
"name": "react-dashboard",
"version": "1.4.0rc1",
"description": "",
"main": "dist/react-dashboard.js",
"dependencies": {
"bootstrap": "^3.3.4",
"chart.js": "^1.0.2",
"jquery": "^2.1.3",
"react": "^0.13.1",
"react-bootstrap": "^0.17.0",
"react-chartjs": "^0.5.0"
},
"devDependencies": {
"babel-jest": "^4.0.0",
"babelify": "^5.0.4",
"browser-sync": "^2.3.0",
"browserify": "^9.0.3",
"classnames": "^1.2.0",
"del": "^1.1.1",
"express": "^4.12.3",
"flux": "^2.0.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-jest": "^0.4.0",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.6",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jest-cli": "^0.4.0",
"react-tools": "^0.13.1",
"reactify": "^1.1.0",
"uglify-js": "^2.4.17",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"paths": {
"js": "./src/**/*.js",
"jsx": "./src/**/*.jsx"
},
"dest": {
"app": "react-dashboard.js",
"dist": "dist"
},
"repository": {
"type": "git",
"url": "[email protected]:jobready/react-dashboard"
},
"author": "Andrew McNamara",
"license": "Apache",
"bugs": {
"url": "https://github.com/rdytech/react-dashboard/issues"
},
"homepage": "https://github.com/rdytech/react-dashboard"
}