-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.11 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
{
"name": "web-speed-test",
"description": "web-speed-test Image Performance Analysis Client App",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "https://github.com/CloudinaryLtd/web-speed-test-client.git"
},
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "eslint --ext .jsx,.js --fix ./src",
"upload:images": "node ./src/services/imageSync/cloudinaryImageSync.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:prettier/recommended"
],
"rules": {
"prettier/prettier": [
"warn",
{
"singleQuote": true,
"trailingComma": "none"
}
]
},
"ignorePatterns": [
"*.min.js"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.2.1",
"classnames": "^2.5.1",
"cloudinary-core": "^2.13.1",
"cloudinary-react": "^1.8.1",
"i18next": "^23.11.5",
"numbro": "^2.5.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.23.1",
"react-share": "^5.1.0",
"react-tabs": "^6.0.2",
"vite": "^5.2.11",
"vite-plugin-minify": "^1.5.2",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^4.0.1"
},
"devDependencies": {
"async": "^3.2.5",
"cloudinary": "^1.41.3",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"sass": "^1.77.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}