-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.65 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
{
"name": "kpi",
"version": "2.0.0",
"description": "KoboToolbox frontend interface.",
"engineStrict" : true,
"engines": {
"node": "~16.15.0",
"npm": "~8.5.5"
},
"dependencies": {
"@fontsource/roboto": "^4.4.2",
"@fontsource/roboto-mono": "^4.4.2",
"@mapbox/leaflet-omnivore": "^0.3.4",
"alertifyjs": "^1.13.1",
"backbone": "^1.4.0",
"backbone-validation": "^0.11.5",
"classnames": "^2.3.1",
"fuse.js": "^6.4.3",
"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",
"lodash.orderby": "^4.6.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-mixin": "^5.0.0",
"react-router": "^3.2.1",
"react-select": "^5.2.2",
"react-table": "^6.8.1",
"react-tagsinput": "^3.19.0",
"reflux": "^6.4.1",
"reflux-core": "^1.0.0",
"select2": "3.5.2-browserify",
"spark-md5": "^3.0.1",
"underscore": "^1.10.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@types/jquery": "^3.5.10",
"@types/lodash": "^4.14.179",
"@types/react-dom": "^16.9.14",
"@types/react-router": "^3.0.25",
"@types/reflux": "^6.4.3",
"@vusion/webfonts-generator": "^0.7.3",
"autoprefixer": "^9.8.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"chart.js": "^2.9.3",
"circular-dependency-plugin": "^5.2.0",
"coffee-loader": "^0.9.0",
"coffeelint": "^1.16.2",
"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",
"less-terrible-coffeelint-loader": "^0.1.5",
"mocha": "^7.1.2",
"mocha-chrome": "^2.2.0",
"moment": "^2.25.3",
"object-assign": "^4.1.1",
"postcss": "^7.0.30",
"postcss-loader": "^4.2.0",
"react-hot-loader": "3.1.0",
"replace-in-file": "^6.0.0",
"sass": "^1.41.0",
"sass-loader": "^10.1.1",
"source-map-loader": "^3.0.0",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"ts-loader": "^8.2.0",
"typescript": "^4.3.5",
"underscore": "^1.10.2",
"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"
},
"scripts": {
"postinstall": "npm run copy-fonts",
"build": "webpack --config webpack/prod.config.js",
"watch": "npm run generate-icons && 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"
},
"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"
}