-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.5 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": "cleanreed",
"version": "2.3.1",
"homepage": "https://tjdev7.github.io/CleanReed/",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-infinite-scroller": "^1.2.6",
"react-router-dom": "^6.24.1",
"react-scripts": "^5.0.1",
"watchpack": "^2.4.1",
"web-vitals": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"mocha": "mocha",
"jesttest": "jest",
"cypress": "cypress open",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "npm run build&&gh-pages -d build",
"linterclean": "npx prettier --write '**/*.js'&&npx prettier --write '**/*.css'&&npx prettier --write '**/*.html'",
"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",
"fullaudits": "yarn install&&yarn upgrade&&npm install&&npm-upgrade&&npm-upgrade&&npm install react-scripts@latest&&npx update-browserslist-db@latest&&npm audit --fix&&yarn audit&&npm audit&&npm outdated"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"cypress": "^13.13.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.34.3",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mocha": "^10.6.0",
"nodemon": "^3.1.4",
"npm-update-all": "^1.0.1",
"prettier": "^3.3.2",
"style-loader": "^4.0.0",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}