-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.42 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
{
"name": "o-ring-finder",
"version": "2.3.3",
"homepage": "https://ijash.github.io/o-ring-finder",
"license": "LGPL-3.0-or-later",
"private": true,
"description": "O-Ring size and code finder tool built with react + Typescript",
"author": {
"name": "Jastria Rahmat",
"email": "[email protected]"
},
"keywords": [
"o-ring",
"oring",
"pneumatic",
"seal",
"rubber",
"as568",
"jis",
"nbr",
"fkm",
"vitton",
"nitrile",
"airgun",
"regulator",
"groove"
],
"bugs": {
"url": "https://github.com/owner/project/issues"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.3.3",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"popper": "^1.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-helmet-async": "^2.0.5",
"react-i18next": "^15.2.0",
"react-scripts": "5.0.1",
"sass": "^1.83.0",
"typescript": "5.7",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"obfuscate": "find build/static/js -type f -name 'main.*.js' -print0 | xargs -0 -I {} terser {} --compress --mangle --output {}",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build": "GENERATE_SOURCEMAP=false react-scripts build && npm run obfuscate",
"deploy": "npm run build && gh-pages -d build"
},
"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": {
"@types/bootstrap": "^5.2.10",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-helmet": "^6.1.11",
"ajv": "^8.17.1",
"gh-pages": "^6.2.0",
"terser": "^5.37.0"
}
}