This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
73 lines (73 loc) · 2.05 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
{
"name": "mrs",
"version": "0.0.0",
"description": "BetaGouv: Mes Remboursements Simplifiés",
"main": "index.js",
"scripts": {
"start": "webpack-cli --watch",
"prepare": "webpack-cli",
"test": "jest --testPathIgnorePatterns smoke.test.js",
"lint": "eslint ./src/mrs/static/js/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betagouv/mrs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betagouv/mrs/issues"
},
"homepage": "https://github.com/betagouv/mrs#readme",
"jest": {
"verbose": true,
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/",
"src/mrs/static/js/main.js"
],
"collectCoverageFrom": [
"src/mrs/static/js/*{js,jsx}",
"src/mrs/static/js/components/*{js,jsx}"
]
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@sentry/webpack-plugin": "^1.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"blueimp-file-upload": "^9.21.0",
"c3": "^0.6.2",
"countup.js": "^2.0.4",
"crudlfap": "0.7.36",
"css-loader": "^0.28.7",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.8.2",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fstream": "^1.0.12",
"jest": "^23.0.1",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.2.0",
"jsdom": "^12",
"mrsmaterialize": "^1.0.5",
"node-sass": "^4.7.2",
"preact": "^8.2.7",
"preact-render-spy": "^1.3.0",
"sass-loader": "^7.0.1",
"scrollreveal": "^3.3.6",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.20",
"webpack-bundle-tracker": "^0.3.0",
"webpack-cli": "^3.1.1",
"whatwg-fetch": "^2.0.4"
}
}