-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 2.14 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
{
"name": "paris_1970",
"version": "0.2.0",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --mode development --config webpack.config.dev.js",
"build": "NODE_ENV=production webpack --progress --bail"
},
"dependencies": {
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@svgr/webpack": "^6.3.1",
"babel-loader": "^8.2.5",
"bootstrap": "^5.2.0",
"buffer": "^6.0.3",
"css-loader": "^6.7.1",
"dotenv-webpack": "^8.0.1",
"file-loader": "6.2.0",
"fs": "^0.0.1-security",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.4.2",
"i18next-sync-fs-backend": "^1.1.1",
"leaflet": "^1.8.0",
"mini-css-extract-plugin": "^2.6.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-bootstrap": "^2.5.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-i18next": "^14.0.0",
"react-leaflet": "^4.0.2",
"react-select": "^5.4.0",
"terser-webpack-plugin": "5.3.6",
"url-loader": "^4.1.1",
"webpack-bundle-tracker": "1.6.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@types/react-dom": "^18.2.7",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"sass": "^1.54.6",
"sass-loader": "^13.0.2",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
}
}