-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
141 lines (141 loc) · 4.82 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "imdikator",
"version": "0.0.0",
"private": "true",
"description": "Imdikator",
"main": "index.js",
"author": "Bengler AS, Netlife",
"scripts": {
"watch-test": "npm run test -- --watch",
"cover": "babel-istanbul --report=text --report=html cover _mocha -- --reporter=dot",
"publish-coverage-report": "babel-istanbul --print=none --report=html --dir=./public/coverage cover _mocha -- --reporter=dot",
"test": "npm run mocha -- --timeout 8000 && npm run lint",
"mocha": "mocha",
"test-unit": "mocha ./test/unit",
"test-integration": "mocha ./test/integration",
"bench": "echo 'Benchmarking Visma API. Hang on...' && test/benchmarks/all.sh > benchmarks.md && echo 'Report written to benchmarks.md'",
"start": "remon --require ./.init.js ./bin/server.js",
"bloat": "staticr --stdout --require ./.init.js --route /build/js/site.js static-routes/browserify-bundles.js | discify --open",
"lint": "eslint --quiet --ext .jsx,.js .",
"compile-assets": "staticr --require ./.init.js --out-dir public ./static-routes",
"import-regions": "DEBUG=imdikator* babel-node ./bin/importRegions",
"calculate-similar": "DEBUG=imdikator* babel-node ./bin/calculateSimilar > data/new-similarMunicipalities.json && mv data/new-similarMunicipalities.json data/similarMunicipalities.json",
"swap-semi": "node ./import/swapSemiWithComma.js"
},
"dependencies": {
"array-equal": "^1.0.0",
"babel-core": "^6.9.1",
"babel-plugin-lodash": "^3.1.4",
"babel-plugin-syntax-class-properties": "^6.1.18",
"babel-plugin-syntax-object-rest-spread": "^6.1.18",
"babel-plugin-transform-class-properties": "^6.2.2",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"blueimp-canvas-to-blob": "^3.14.0",
"browser-filesaver": "^1.1.0",
"browserify": "^13.0.1",
"bundle-collapser": "^1.2.1",
"canvg-browser": "^1.0.0",
"classnames": "^2.1.3",
"clipboard": "^1.5.3",
"closest": "0.0.1",
"codemirror": "^5.8.0",
"combined-stream": "^1.0.5",
"csv-parse": "^1.0.0",
"d3": "^3.5.6",
"d3-save-svg": "0.0.2",
"dasherize": "^2.0.0",
"debounce": "^1.0.2",
"debug": "^2.2.0",
"defaults": "^1.0.2",
"dev-error-handler": "^1.2.0",
"dom-scroll-into-view": "^1.0.1",
"domready": "^1.0.8",
"duplexify": "^3.4.5",
"express": "^4.13.3",
"file-saver": "^1.3.3",
"fs-readdir-recursive": "^1.0.0",
"graceful-fs": "^4.1.11",
"html2canvas": "^0.5.0-beta4",
"http-browserify": "git://github.com/bjoerge/http-browserify.git#fix-withcredentials-bug",
"http-hash": "^2.0.0",
"http-proxy": "^1.12.0",
"humanize-list": "^1.0.0",
"imdi-styles": "github:netliferesearch/imdi-styles",
"inline-style-prefixer": "^4.0.0",
"install": "^0.10.2",
"jsdom": "11.11.0",
"less": "^2.5.3",
"load-script": "^1.0.0",
"lodash.includes": "^4.3.0",
"loose-envify": "^1.1.0",
"natives": "^1.1.1",
"npm": "^5.8.0",
"object-inspect": "^1.0.2",
"once": "^1.3.2",
"pify": "^2.3.0",
"prevent-default": "0.0.3",
"qs": "^6.2.0",
"react": "^15.1.0",
"react-a11y": "^0.3.3",
"react-addons-update": "^15.1.0",
"react-codemirror": "^0.2.0",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"rebundler": "^0.3.0",
"redocify": "^1.0.1",
"redux": "^3.0.4",
"redux-thunk": "^2.1.0",
"rgbcolor": "^1.0.1",
"rx": "^4.0.0",
"rx-node": "^1.0.1",
"save-svg-as-png": "^1.4.5",
"smoothscroll": "^0.2.2",
"spawn-stream": "^1.0.2",
"stackblur": "^1.0.0",
"staticr": "^4.0.1",
"svg-text": "^0.5.1",
"textures": "^1.0.3",
"topojson": "^1.6.19",
"uglify-js": "^2.6.2",
"v8": "^0.1.0",
"xlsx-populate": "^1.11.0",
"xmldom": "^0.1.27"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-istanbul": "^0.8.0",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-syntax-function-bind": "^6.1.18",
"babel-plugin-transform-function-bind": "^6.1.18",
"babel-plugin-transform-regenerator": "^6.2.0",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chalk": "^2.3.0",
"disc": "^1.3.2",
"eol": "^0.9.1",
"error-capture-middleware": "0.0.2",
"eslint": "^2.11.0",
"eslint-config-bengler": "^1.0.7",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-react": "^5.1.1",
"imdi-styles": "github:netliferesearch/imdi-styles",
"mocha": "^2.2.5",
"ora": "^1.4.0",
"prompt": "^1.0.0",
"quickreload": "^2.0.0",
"react-addons-test-utils": "^15.1.0",
"remon": "^1.0.2",
"sinon": "^1.16.1"
},
"browser": {
"http": "http-browserify"
},
"optionalDependencies": {
"fsevents": "*"
}
}