-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.25 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
{
"name": "images-social",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.7.10",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"apollo-client": "^2.6.10",
"aws-sdk": "^2.1253.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.2",
"clipboard-copy": "^4.0.1",
"exif-js": "^2.3.0",
"firebase": "8.2.0",
"graphql": "^15.8.0",
"graphql-ws": "^5.14.2",
"hash-it": "^6.0.0",
"lottie-react": "^2.4.0",
"phash-js": "^0.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.6.0",
"react-bootstrap-icons": "^1.10.2",
"react-datepicker": "^4.24.0",
"react-detect-offline": "^2.4.5",
"react-dom": "^18.2.0",
"react-grid-gallery": "^1.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-layout-masonry": "^1.1.0",
"react-quill": "^2.0.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"react-useanimations": "^2.10.0",
"styled-components": "^5.3.8",
"swiper": "^9.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.6.0",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^4.5.0",
"husky": "^8.0.3",
"mini-css-extract-plugin": "^2.5.3",
"postcss-loader": "^6.2.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"start": "react-scripts start",
"dev": "set BROWSER=none&& react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"webpack_build": "webpack build --config webpack.config.cjs",
"serve": "webpack serve --mode development",
"build": "webpack --mode production"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}