-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.2 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
106
{
"name": "imagebox",
"version": "1.4.1",
"description": "Image searcher app created in React. ImageBox app uses the Unsplash API to display multiple images at the same time and perform search queries inside of it.",
"main": "index.js",
"homepage": "https://tjdev7.github.io/ImageBox/",
"scripts": {
"webpack": "webpack",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"jesttests": "jest",
"linterclean": "npx prettier --write '**/*.js'&&npx prettier --write '**/*.css'&&npx prettier --write '**/*.html'",
"fullaudits": "yarn install&&yarn upgrade&&npm install&&npm-upgrade&&npm-upgrade&&npm install react-scripts@latest&&npx browserslist@latest --update-db&&npm audit --fix&&yarn audit&&npm audit&&npm outdated",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build",
"litereport": "lighthouse http://localhost:3000/ --output json --output csv --output html --output-path tests/Lighthouse_audits/Lite.html --view | lighthouse-ci http://localhost:3000/",
"fullpr": "git add .&&git commit&&git push&&git merge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjdev7/ImageBox.git"
},
"keywords": [
"Images",
"image",
"search",
"React",
"Fullstack",
"API",
"search",
"JavaScript"
],
"author": "Tjdev7",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjdev7/ImageBox/issues"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/node": "7.22.19",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@testing-library/react": "^14.0.0",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"cypress": "^13.4.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.32.0",
"file-loader": "6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "5.5.0",
"image-webpack-loader": "8.1.0",
"jest-preview": "^0.3.1",
"node-sass": "8.0.0",
"path": "0.12.7",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"typescript": "5.2.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"workbox-build": "^7.0.0",
"yarn-upgrade-all": "^0.7.2"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"axios": "^1.6.0",
"bootstrap": "^5.3.2",
"gh": "^2.8.9",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"npm-upgrade": "^3.1.0",
"pages": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-scripts": "^5.0.1",
"web-vitals": "^3.1.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"webpack": "5.41.1"
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
}
}