-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.39 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
{
"name": "sco",
"version": "1.0.0",
"description": "Space Climate Observatory webapp",
"private": true,
"scripts": {
"predeploy": "npm run build",
"deploy": "NODE_DEBUG=gh-pages gh-pages --dist dist/prod",
"build": "webpack --progress --config webpack.prod.config.js --display-error-details",
"prestart": "npm run lint:fix || true",
"start": "webpack-dev-server --progress --config webpack.dev.local.config.js",
"pretest": "npm run lint:fix || true",
"test": "npm run test:mocha --silent",
"test:coverage": "node --max_old_space_size=8192 ./node_modules/.bin/nyc node --max_old_space_size=8192 ./node_modules/.bin/mocha-webpack --timeout 30000 --webpack-config webpack.coverage.config.js \"@(tests|web_modules)/**/*.test.js{,x}\"",
"test:mocha": "mocha-webpack --timeout 20000 --webpack-config webpack.test.config.js \"@(tests|web_modules)/**/*.test.js{,x}\" --inline-diffs --reporter mochawesome --reporter-options reportDir='./reports/mocha',reportName='SCO Frontend tests'",
"lint": "eslint web_modules --ext .js,.jsx",
"lint:fix": "eslint --fix web_modules src --ext .js,.jsx",
"license": "license-checker --production --relativeLicensePath > reports/LICENSES.txt"
},
"author": "CNES (https://cnes.fr)",
"contributors": [
"CS-SI <[email protected]> (https://www.c-s.fr)"
],
"license": "GPL-3.0",
"dependencies": {
"@sco/adapter": "file:web_modules/adapter",
"@sco/clients": "file:web_modules/clients",
"@sco/components": "file:web_modules/components",
"@sco/domain": "file:web_modules/domain",
"@sco/portal": "file:web_modules/portal",
"@sco/store": "file:web_modules/store",
"Mizar": "https://github.com/MizarWeb/Mizar/archive/a0d8108b49f7c62c527a370773003a047b562d63.tar.gz",
"date-fns": "^1.29.0",
"isomorphic-fetch": "~2.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"material-ui": "^0.20.0",
"mdi-material-ui": "^3.1.0",
"plotly.js": "^1.36.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-plotly.js": "^2.1.0",
"react-redux": "~5.0.7",
"react-scrollbar": "^0.5.4",
"redux": "^3.7.2",
"redux-api-middleware": "~2.0.1",
"redux-form": "^7.2.3",
"redux-form-material-ui": "^4.3.3",
"redux-logger": "^3.0.6",
"redux-thunk": "~2.2.0",
"require.js": "^1.0.0",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@sco/webpack-config-front": "file:webpack-config-front",
"@regardsoss/eslint-config-es6-rules": "file:eslint-config-es6-rules",
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.2.2",
"babel-loader": "~7.1.4",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-remove-webpack": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "~6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "~6.26.0",
"babel-runtime": "~6.26.0",
"chai": "~4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "~16.1.0",
"eslint-plugin-import": "~2.9.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-lodash": "^2.6.1",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "~7.7.0",
"eslint-plugin-react-perf": "^2.0.8",
"gh-pages": "^1.1.0",
"imports-loader": "^0.8.0",
"isomorphic-fetch": "^2.2.1",
"license-checker": "^20.1.0",
"mocha": "~5.0.4",
"mocha-loader": "~1.1.3",
"mocha-sonar-reporter": "~0.1.6",
"mocha-webpack": "^1.0.1",
"mochawesome": "^3.0.2",
"nock": "~9.2.3",
"node-fetch": "^2.1.1",
"nyc": "~11.6.0",
"parse-body": "^1.0.3",
"prop-types": "^15.6.1",
"react-test-renderer": "^16.2.0",
"redux-devtools": "~3.4.1",
"redux-devtools-dock-monitor": "~1.1.3",
"redux-devtools-log-monitor": "~1.4.0",
"redux-mock-store": "~1.5.1",
"sinon": "^4.4.4",
"source-map-loader": "~0.2.3",
"source-map-support": "^0.5.3",
"webpack": "3.11.0",
"webpack-dev-server": "~2.11.1",
"xunit-file": "~1.0.0"
},
"engines": {
"node": ">=8.10.0",
"npm": ">=5.7.0"
},
"config": {
"mocha-sonar-reporter": {
"outputfile": "./reports/coverage/TEST-xunit.xml"
}
}
}