forked from vundalon/iaso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.69 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 5.69 KB
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
{
"name": "Iaso",
"version": "1.0.0",
"description": "Iaso data collection platform",
"author": "Bluesquare",
"license": "Apache-2.0",
"scripts": {
"fix-lint": "prettier-eslint \"./hat/assets/js/**/*.js\" --lint-different --write",
"show-lint-problems": "eslint \"./hat/assets/js/**/*.js\"",
"export-lint-problems": "eslint \"./hat/assets/js/**/*.js\" -f html -o ./hat/assets/js/lintErrors.html",
"test-coverage": "nyc npm run test",
"test": "mocha --require @babel/register --require ./hat/assets/js/test/helpers.js --require ./hat/assets/js/test/dom.js './hat/assets/js/**/*.spec.js'",
"test-watch": "mocha --require @babel/register --require ./hat/assets/js/test/helpers.js --require ./hat/assets/js/test/dom.js './hat/assets/js/**/*.spec.js' --watch",
"build": "npm run webpack",
"webpack": "webpack --config ./hat/webpack.dev.js",
"webpack-prod": "webpack --config ./hat/webpack.prod.js",
"webpack-server": "webpack serve --config ./hat/webpack.dev.js",
"dev": "npm run webpack && npm run webpack-server",
"scan-translations": "python ./scripts/scantranslations.py",
"extract": "formatjs extract",
"compile": "formatjs compile",
"extract-iaso-en-messages": "formatjs extract --format simple --out-file './hat/assets/js/apps/Iaso/domains/app/translations/extracted/en.json' './hat/assets/js/apps/Iaso/**/*.js'",
"extract-iaso-fr-messages": "formatjs extract --format simple --out-file './hat/assets/js/apps/Iaso/domains/app/translations/extracted/fr.json' './hat/assets/js/apps/Iaso/**/*.js'",
"scan-translations-en": "npm run extract-iaso-en-messages && npm run scan-translations './hat/assets/js/apps/Iaso/domains/app/translations/en.json' './hat/assets/js/apps/Iaso/domains/app/translations/extracted/en.json' 'En'",
"scan-translations-fr": "npm run extract-iaso-fr-messages && npm run scan-translations './hat/assets/js/apps/Iaso/domains/app/translations/fr.json' './hat/assets/js/apps/Iaso/domains/app/translations/extracted/fr.json' 'Fr'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BLSQ/iaso.git"
},
"bugs": {
"url": "https://github.com/BLSQ/iaso/issues"
},
"homepage": "https://github.com/BLSQ/iaso#readme",
"standard": {
"ignore": [
"hat/assets/bundles",
"hat/dashboard/static/docs"
]
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"@date-io/moment": "1.x",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.2.10",
"babel-plugin-formatjs": "^10.3.4",
"bluesquare-components": "github:BLSQ/bluesquare-components",
"classnames": "^2.2.6",
"color": "^3.1.2",
"formik": "^2.2.9",
"leaflet": "^1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.15",
"moment": "^2.20.1",
"node-fetch": "^2.6.1",
"notistack": "^1.0.10",
"npm": "^7.11.2",
"prop-types": "^15.7.2",
"quill": "^1.3.7",
"react": "^17.0.2",
"react-color": "^2.17.3",
"react-datepicker": "~1.2.1",
"react-dom": "^17.0.2",
"react-intl": "^5.20.7",
"react-lazy-progressive-image": "^1.4.0",
"react-leaflet": "^2.4.0",
"react-leaflet-control": "^2.1.2",
"react-leaflet-draw": "^0.19.0",
"react-leaflet-markercluster": "^2.0.0-rc3",
"react-query": "^3.18.1",
"react-quilljs": "^1.2.17",
"react-redux": "^7.2.0",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.0",
"react-table": "^7.7.0",
"recharts": "^2.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"use-debounce": "^7.0.0",
"video.js": "^7.10.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.12.1",
"@formatjs/cli": "^4.2.30",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.2",
"babel-loader": "^8.0.6",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
"css-loader": "^3.0.0",
"enzyme": "^3.11.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-formatjs": "^2.17.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.4",
"fetch-mock": "^7.3.3",
"file-loader": "^6.2.0",
"jsdom": "^15.1.1",
"json": "^11.0.0",
"lint-staged": "^9.0.1",
"mini-css-extract-plugin": "^1.6.0",
"mocha": "^8.2.0",
"mock-require": "^3.0.3",
"nock": "^13.0.4",
"node-sass": "^6.0.1",
"nyc": "^15.1.0",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.0",
"redux-mock-store": "^1.5.4",
"sass-loader": "^11.0.1",
"sinon": "^9.2.1",
"sinon-chai": "^3.5.0",
"source-map-loader": "^3.0.0",
"style-loader": "^0.23.1",
"url-loader": "^4.1.1",
"webpack": "^5.50.0",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}