forked from tchapgouv/tchap-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.31 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
{
"name": "tchap-landing-page",
"version": "1.0.0",
"author": "Yoshin <[email protected]>",
"main": "index.js",
"description": "Tchap landing page",
"scripts": {
"start": "NODE_ENV=development webpack serve --config config/webpack.dev.js --progress",
"build": "NODE_ENV=production webpack --config config/webpack.prod.js"
},
"dependencies": {
"@datapunt/matomo-tracker-react": "^0.5.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^4.5.1",
"@gouvfr/dsfr": "^1.2.1",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"date-fns": "^2.27.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18nify": "^4.2.1",
"react-router-dom": "^6.0.2",
"sanitize-html": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.2",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"node-sass": "^7.0.0",
"postcss": "^8.3.9",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"react-refresh": "^0.11.0",
"sass-loader": "^12.1.0",
"sass-resources-loader": "^2.2.4",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.63.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
}
}