-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 2.8 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
97
98
99
100
101
102
103
104
105
{
"name": "pixabayfinder",
"version": "0.1.55",
"types": "src/types/global.d.ts",
"private": "true",
"license": "MIT",
"homepage": ".",
"bugs": {
"url": "https://github.com/fadihanna123/PixabayFinder/issues",
"email": "fhanna181@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fadihanna123/PixabayFinder"
},
"author": {
"name": "Fadi Hanna",
"email": "fhanna181@gmail.com"
},
"resolutions": {
"@types/react": "^18.2.34"
},
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/react": "^11.14.0",
"@manypkg/cli": "^0.23.0",
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-redux": "^7.1.34",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "1.7.9",
"eslint": "9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-prettier": "^5.2.1",
"fs": "^0.0.1-security",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"react-spinners": "^0.15.0",
"react-toastify": "^10.0.6",
"redux": "^5.0.1",
"sal.js": "^0.8.5",
"styled-components": "^6.1.13",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.7.2",
"vite": "^6.0.3"
},
"scripts": {
"build": "vite build",
"dev": "vite",
"prebuild": "rm -rf dist",
"preview": "vite preview",
"test": "jest --watchAll",
"lint": "eslint . && stylelint **/*.css",
"format": "prettier -w .",
"eject": "vite eject",
"setup": "yarn --silent --ignore-scripts",
"clear": "rimraf node_modules dist build",
"prepare": "husky"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.0.0 <=23.x.x",
"npm": "Please use Yarn instead of NPM to install dependencies"
},
"config": {
"port": 3000
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.2",
"eslint-plugin-react": "^7.37.2",
"react-test-renderer": "^19.0.0",
"stylelint-config-recommended": "^14.0.1",
"typescript-eslint": "^8.18.0",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "^5.1.4"
}
}