forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.55 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
{
"name": "kpi",
"version": "0.1.1",
"description": "KoBoToolbox frontend interface.",
"devDependencies": {
"@mapbox/leaflet-omnivore": "^0.3.4",
"alertifyjs": "^1.9.0",
"async": "^1.4.2",
"autoprefixer": "^7.1.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"backbone": "^1.1.2",
"backbone-validation": "^0.11.5",
"bluebird": "^2.9.27",
"browser-sync": "^2.10.1",
"chai": "^4.1.2",
"chart.js": "^2.7.1",
"classnames": "^2.2.5",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.0",
"css-loader": "^0.28.11",
"diff": "^1.4.0",
"es6-map": "^0.1.4",
"es6-promise": "^3.3.1",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.4.0",
"immutable": "^3.4.7",
"jquery": "^3.3.1",
"jquery-ui": "1.12.1",
"jszip": "^3.1.5",
"leaflet": "^1.3.1",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.3.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",
"mime-types": "^2.1.8",
"mocha": "^5.2.0",
"mocha-chrome": "^1.1.0",
"moment": "^2.10.3",
"ms": "^0.7.1",
"node-sass": "^4.5.1",
"object-assign": "^4.1.1",
"opn-cli": "^3.1.0",
"postcss": "^6.0.22",
"postcss-loader": "^2.1.5",
"prop-types": "^15.6.1",
"q": "^1.4.1",
"react": "^16.4.0",
"react-autobind": "^1.0.6",
"react-autosize-textarea": "^0.4.3",
"react-cookie": "^0.2.3",
"react-copy-to-clipboard": "^5.0.0",
"react-debounce-input": "^3.1.0",
"react-document-title": "^2.0.2",
"react-dom": "^16.4.0",
"react-dropzone": "^4.2.11",
"react-hot-loader": "3.1.0",
"react-mixin": "^3.0.5",
"react-router": "^3.2.1",
"react-select": "^1.1.1",
"react-shortcuts": "^2.0.0",
"react-table": "^6.8.1",
"react-tagsinput": "^3.15.1",
"reflux": "^6.4.1",
"reflux-core": "^1.0.0",
"replace-in-file": "^3.4.0",
"rimraf": "^2.4.3",
"roboto-fontface": "^0.4.5",
"sass-loader": "^7.0.1",
"select2": "3.5.2-browserify",
"style-loader": "^0.21.0",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"webfonts-generator": "^0.4.0",
"webpack": "^4.10.1",
"webpack-bundle-tracker": "0.4.0-beta",
"webpack-cli": "^3.0.0",
"webpack-dev-middleware": "3.0.0",
"webpack-dev-server": "^3.1.4",
"webpack-hot-middleware": "2.21.2"
},
"scripts": {
"build": "webpack --config webpack/prod.config.js --progress --colors",
"build-production": "npm run build && echo 'WARNING: npm run build-production DEPRECATED! PLEASE USE npm run build INSTEAD'",
"watch": "webpack-dev-server --config webpack/dev.server.js",
"test": "webpack --config webpack/test.config.js --progress --colors && mocha-chrome test/tests.html",
"show-icons": "opn jsapp/fonts/k-icons.html",
"generate-icons": "node ./scripts/generate_icons.js",
"copy-fonts": "python ./scripts/copy_fonts.py && npm run generate-icons"
},
"repository": "https://github.com/kobotoolbox/kpi.git",
"author": "alex.dorey@kobotoolbox.org, esmail.fadae@kobotoolbox.org, john.milner@kobotoolbox.org",
"license": "AGPL-3.0",
"bugs": "https://github.com/kobotoolbox/kpi/issues",
"homepage": "https://github.com/kobotoolbox/kpi"
}