-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.88 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
{
"name": "kether.pl | ktpl.eu",
"version": "0.2.0.1",
"private": true,
"homepage": "https://ktpl.eu",
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.12",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"axios": "^1.3.3",
"browserify-zlib": "^0.2.0",
"create-react-app": "^5.0.1",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.4",
"primeicons": "^6.0.1",
"primereact": "^9.0.0-rc.1",
"querystring-es3": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-openidconnect": "^1.1.1",
"react-redux": "^8.0.5",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"stream-browserify": "^3.0.0",
"typed-css-modules": "^0.7.2",
"typescript": "^4.9.5",
"url": "^0.11.0",
"util": "^0.12.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && shx cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"runBoth": "run-p server start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.5% in alt-EU",
"unreleased Chrome versions",
"unreleased Firefox versions",
"not dead",
"not iOS <= 2137",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-router-dom": "^6.10.0",
"shx": "^0.3.4",
"typescript-plugin-css-modules": "^5.0.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"indent_size": 2,
"max_line_length": 160
}
}