forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 3.79 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "kpi",
"version": "0.1.1",
"description": "kobotoolbox api dashboard",
"main": "Gruntfile.js",
"dependencies": {
"react-hotkey": "^0.5.0"
},
"devDependencies": {
"alertifyjs": "^1.4.1",
"async": "^1.4.2",
"autoprefixer": "^6.0.2",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^5.8.20",
"babelify": "^7.2.0",
"backbone": "^1.1.2",
"backbone-validation": "^0.11.5",
"bluebird": "^2.9.27",
"bower": "^1.4.1",
"browser-sync": "^2.10.1",
"chai": "^3.4.1",
"classnames": "^2.1.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"coffeeify": "^1.1.0",
"css-loader": "^0.18.0",
"diff": "^1.4.0",
"eslint": "^1.3.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.3.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.4.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-svgstore": "^1.0.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-coffeeify": "^0.1.8",
"gulp-mocha-phantomjs": "^0.10.1",
"immutable": "^3.4.7",
"jit-grunt": "^0.9.1",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"jquery.scrollto": "^2.1.0",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"load-grunt-tasks": "^3.2.0",
"lodash._bindcallback": "^3.0.1",
"lodash.isarguments": "^3.0.4",
"lodash.isarray": "^3.0.4",
"lodash.merge": "^3.3.2",
"lodash.restparam": "^3.6.1",
"material-design-icons": "^2.0.0",
"material-design-lite": "^1.0.2",
"mime-types": "^2.1.8",
"mocha": "^2.3.4",
"mocha-phantomjs": "^4.0.2",
"moment": "^2.10.3",
"ms": "^0.7.1",
"node-sass": "^3.3.2",
"object-assign": "^4.0.1",
"open": "0.0.5",
"open-sans-fontface": "^1.4.0",
"opn": "^3.0.2",
"phantomjs": "^1.9.18",
"postcss": "^5.0.12",
"postcss-loader": "^0.6.0",
"q": "^1.4.1",
"react": "^0.13.3",
"react-cookie": "^0.2.3",
"react-document-title": "^1.0.2",
"react-favicon": "0.0.3",
"react-hot-loader": "^1.3.0",
"react-router": "^0.13.3",
"react-select": "^0.6.3",
"react-tagsinput": "1.4.x",
"react-tooltip": "^0.3.3",
"react-zeroclipboard": "^1.1.0",
"reflux": "^0.2.7",
"rimraf": "^2.4.3",
"roboto-fontface": "^0.4.5",
"sass-loader": "^2.0.1",
"script-loader": "^0.6.1",
"select2": "3.5.2-browserify",
"style-loader": "^0.12.3",
"time-grunt": "^1.2.1",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.1",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.10.1"
},
"scripts": {
"build": "webpack --config webpack.config.js --progress --colors",
"icons": "grunt webfont:icons",
"build-production": "webpack --config webpack.prod.config.js --progress --colors",
"watch": "node webpack.dev.server.js",
"test-server": "node webpack.test.server.js",
"test": "webpack --config webpack.test.config.js --progress --colors && mocha-phantomjs test/tests.html"
},
"repository": {
"type": "git",
"url": "https://github.com/kobotoolbox/kpi.git"
},
"author": "alex.dorey@kobotoolbox.org, esmail.fadae@kobotoolbox.org, john.milner@kobotoolbox.org",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/kobotoolbox/kpi/issues"
},
"homepage": "https://github.com/kobotoolbox/kpi"
}