forked from cognetwork-dev/Metallic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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
{
"name": "metallic",
"version": "1.3",
"description": "A powerful web proxy build for speed and customization.",
"repository": "https://github.com/Metallic-Web/Metallic.git",
"license": "MIT",
"author": "Nebelung",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/styled-engine": "^5.10.7",
"@tomphttp/bare-client": "^1.1.0",
"clsx": "^1.2.1",
"http-server": "^14.1.1",
"random-seed": "^0.3.0",
"react-router-dom": "^6.4.1",
"react-tsparticles": "^2.3.2",
"tsparticles": "^2.3.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@tomphttp/bare-server-node": "^1.1.0",
"eslint": "^8.24.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"serve-static": "^1.15.0",
"web-vitals": "^3.0.2"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts 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"
]
}
}