forked from Qwant/erdapfel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.84 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
{
"name": "erdapfel",
"version": "1.0.0",
"description": "Qwant Maps frontend",
"main": "public/index.html",
"scripts": {
"doc": "./node_modules/.bin/esdoc -c ./docs/esdoc.json",
"unit-test": "jest --config=./tests/unit.js",
"integration-test": "jest --config=./tests/integration.js",
"test": "npm run unit-test; npm run integration-test",
"start": "node bin/index.js",
"build": "webpack --config config/webpack.config.js",
"i18n": "./i18n.sh",
"watch": "webpack --config config/webpack.config.js -w",
"msgmerge": "node local_modules/merge-po/index"
},
"repository": {
"type": "git",
"url": "https://github.com/QwantResearch/erdapfel.git"
},
"author": "Qwant Research",
"license": "Apache",
"devDependencies": {
"babel-preset-env": "1.7.0",
"@qwant/map-style-builder": "git+https://github.com/QwantResearch/map-style-builder.git",
"@qwant/qwant-basic-gl-style": "git+https://github.com/QwantResearch/qwant-basic-gl-style.git",
"@qwant/config-sanitizer-loader": "file:local_modules/config-sanitizer-loader",
"@qwant/po-js": "file:local_modules/po-js",
"@qwant/map-style-loader": "file:local_modules/map-style-loader",
"@qwant/merge-i18n-source-loader": "file:local_modules/merge-i18n-source-loader",
"@qwant/merge-po-loader": "file:local_modules/merge-po-loader",
"@qwant/nconf-getter": "file:local_modules/nconf_getter",
"@qwant/po-js-loader": "file:local_modules/po-js-loader",
"babel-core": "6.26.3",
"babel-jest": "^22.1.0",
"babel-loader": "7.1.2",
"css-loader": "0.28.7",
"dot": "https://github.com/olado/doT.git",
"dot-loader": "0.1.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "1.0.0",
"extract-loader": "1.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"http-server-pwa": "^0.1.3",
"jest": "^22.1.1",
"js-loader": "0.1.1",
"json-loader": "0.5.7",
"mapbox-gl": "0.45.0",
"mapbox-gl-js-mock": "https://github.com/QwantResearch/mapbox-gl-js-mock.git",
"masq-client": "https://github.com/QwantResearch/masq-client.git#v1.1.0",
"node-sass": "^4.9.0",
"npm": "^6.1.0",
"po2json": "0.4.5",
"postcss-loader": "2.0.9",
"promise-loader": "1.0.0",
"puppeteer": "^1.0.0",
"regenerator-runtime": "^0.11.1",
"sass-loader": "6.0.6",
"strftime": "https://github.com/QwantResearch/strftime.git",
"style-loader": "0.19.0",
"webpack": "3.10.0",
"yaml-jest": "^1.0.5",
"yaml-loader": "^0.5.0"
},
"dependencies": {
"@qwant/gettext": "file:local_modules/gettext",
"@qwant/merge-po": "file:local_modules/merge-po",
"@qwant/nconf-builder": "file:local_modules/nconf_builder",
"@qwant/po-js": "file:local_modules/po-js",
"ejs": "^2.6.1",
"express": "^4.16.3",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"node-yaml": "3.1.1"
}
}