-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
100 lines (100 loc) · 3.26 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
{
"name": "kpi",
"version": "0.1.1",
"description": "KoBoToolbox frontend interface.",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@mapbox/leaflet-omnivore": "^0.3.4",
"alertifyjs": "^1.13.1",
"autoprefixer": "^9.8.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"backbone": "^1.4.0",
"backbone-validation": "^0.11.5",
"chai": "^4.2.0",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.0",
"css-loader": "^1.0.0",
"eslint": "^6.2.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"immutable": "^3.8.2",
"jquery": "^3.5.1",
"jquery-ui": "1.12.1",
"jszip": "^3.4.0",
"leaflet": "^1.6.0",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.4.1",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"mocha": "^7.1.2",
"mocha-chrome": "^2.2.0",
"moment": "^2.25.3",
"node-sass": "^4.14.1",
"object-assign": "^4.1.1",
"postcss": "^7.0.30",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-autobind": "^1.0.6",
"react-autosize-textarea": "^7.0.0",
"react-cookie": "^4.0.3",
"react-copy-to-clipboard": "^5.0.2",
"react-debounce-input": "^3.2.2",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"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-table": "^6.8.1",
"react-tagsinput": "^3.19.0",
"reflux": "^6.4.1",
"reflux-core": "^1.0.0",
"replace-in-file": "^6.0.0",
"roboto-fontface": "^0.10.0",
"sass-loader": "^8.0.2",
"select2": "3.5.2-browserify",
"spark-md5": "^3.0.1",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"underscore": "^1.10.2",
"webfonts-generator": "^0.4.0",
"webpack": "^4.43.0",
"webpack-bundle-tracker": "0.4.3",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-extract-translation-keys-plugin": "^5.0.2",
"zxcvbn": "^4.4.2"
},
"scripts": {
"build": "webpack --config webpack/prod.config.js",
"watch": "webpack-dev-server --config webpack/dev.server.js",
"test": "webpack --config webpack/test.config.js && 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",
"localdev": "rm -rf node_modules && rm -rf jsapp/fonts && npm i && npm run copy-fonts"
},
"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",
"dependencies": {
"@nivo/core": "^0.69.0",
"@nivo/waffle": "^0.69.0",
"chartjs-plugin-datalabels": "^1.0.0",
"docx": "^6.0.2",
"save-as": "^0.1.8"
}
}