This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
forked from cognetwork-dev/Metallic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.69 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
{
"name": "metallic",
"version": "1.9",
"description": "A powerful web proxy build for speed and customization.",
"repository": "https://github.com/cognetwork-dev/Metallic.git",
"license": "MIT",
"author": "Nebelung",
"type": "module",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/styled-engine": "^5.11.11",
"@tomphttp/bare-client": "^1.1.1",
"chalk": "^5.2.0",
"clsx": "^1.2.1",
"http-server": "^14.1.1",
"i18next": "^22.4.13",
"i18next-fs-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"random-seed": "^0.3.0",
"react-i18next": "^12.2.0",
"react-router-dom": "^6.9.0",
"react-tsparticles": "^2.9.3",
"tsparticles": "^2.9.3",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@tomphttp/bare-server-node": "^1.2.5",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.36.0",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve-static": "^1.15.0",
"vite": "^4.2.1",
"web-vitals": "^3.3.0"
},
"scripts": {
"dev": "vite",
"build": "vite build && node build.mjs",
"start": "node start.mjs"
},
"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"
]
}
}