forked from kobotoolbox/kpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.19 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
{
"name": "kpi",
"version": "0.1.1",
"description": "KoBoToolbox frontend interface.",
"devDependencies": {
"@mapbox/leaflet-omnivore": "^0.3.4",
"alertifyjs": "^1.9.0",
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^1.0.0",
"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",
"chai": "^4.1.2",
"chart.js": "^2.7.1",
"classnames": "^2.2.5",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.0",
"css-loader": "^1.0.0",
"eslint": "^5.6.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^2.0.0",
"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.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.1",
"mocha": "^5.2.0",
"mocha-chrome": "^1.1.0",
"moment": "^2.10.3",
"node-sass": "^4.9.3",
"object-assign": "^4.1.1",
"postcss": "^7.0.4",
"postcss-loader": "^3.0.0",
"prop-types": "^15.6.1",
"react": "^16.5.2",
"react-autobind": "^1.0.6",
"react-autosize-textarea": "^4.0.0",
"react-cookie": "^3.0.4",
"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": "^5.1.1",
"react-hot-loader": "3.1.0",
"react-mixin": "^5.0.0",
"react-router": "^3.2.1",
"react-select": "^2.0.0",
"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",
"roboto-fontface": "^0.10.0",
"sass-loader": "^7.0.1",
"select2": "3.5.2-browserify",
"spark-md5": "^3.0.0",
"style-loader": "^0.23.0",
"stylelint": "^9.9.0",
"underscore": "^1.8.3",
"webfonts-generator": "^0.4.0",
"webpack": "^4.20.2",
"webpack-bundle-tracker": "0.4.0-beta",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8",
"zxcvbn": "^4.4.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",
"lint": "eslint --ext .es6 \"jsapp/js/**/*\"",
"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",
"license": "AGPL-3.0",
"bugs": "https://github.com/kobotoolbox/kpi/issues",
"homepage": "https://github.com/kobotoolbox/kpi"
}